template
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
using { sap.capire.orders as my } from '../db/schema';
|
||||
|
||||
service OrdersService {
|
||||
service OrdersService
|
||||
@(requires:['authenticated-user', 'system-user'])
|
||||
{
|
||||
entity Orders as projection on my.Orders;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user