Files
cloud-cap-samples/bookshop/tests/genres.cds
Daniel 9921b2f3de .
2020-03-02 01:22:59 +01:00

5 lines
125 B
Plaintext

using { sap.capire.bookshop as my } from '../db/schema';
service TestService {
entity Genres as projection on my.Genres;
}