Files
cloud-cap-samples/bookshop/test/genres.cds
Daniel 26d7fc767c ...
2020-03-02 00:08:49 +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;
}