5 lines
128 B
Plaintext
5 lines
128 B
Plaintext
using { sap.capire.bookshop as my } from '../../db/schema';
|
|
service TestService {
|
|
entity Genres as projection on my.Genres;
|
|
}
|