Files
cloud-cap-samples/books/test/genres.cds
2021-01-04 14:37:01 +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;
}