add invoice action

This commit is contained in:
Dzmitry_Tamashevich@epam.com
2020-10-17 18:30:52 +03:00
committed by Daniel Hutzel
parent 49f6b8c060
commit 0690762207
3 changed files with 46 additions and 5 deletions

View File

@@ -14,4 +14,12 @@ service BrowseTracks {
entity Genres as projection on my.Genres {
* , tracks : redirected to Tracks
};
@readonly
entity Albums as projection on my.Albums {
* , tracks : redirected to Tracks
};
@readonly
entity Artists as projection on my.Artists;
}