Files
cloud-cap-samples/bookshop/test/hierarchical-data/services.cds

5 lines
128 B
Plaintext

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