add getUser method

This commit is contained in:
Dzmitry_Tamashevich@epam.com
2020-10-19 23:59:47 +03:00
committed by Daniel Hutzel
parent 0690762207
commit 30d5c789bc
6 changed files with 65 additions and 37 deletions

View File

@@ -6,7 +6,7 @@ service InvoicesService {
entity Invoices as projection on my.Invoices;
action invoice(tracks : array of {
track_ID : Integer;
ID : Integer;
unitPrice : Decimal(10, 2);
});