Added missing Books to OrdersService
This commit is contained in:
@@ -2,4 +2,5 @@ using { sap.capire.bookshop as my } from '../db/schema';
|
|||||||
|
|
||||||
service OrdersService {
|
service OrdersService {
|
||||||
entity Orders as projection on my.Orders;
|
entity Orders as projection on my.Orders;
|
||||||
|
entity Books as projection on my.Books;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user