Namespaces

This commit is contained in:
Wolfgang Koch
2021-05-06 17:12:45 +02:00
parent be657cbbcb
commit 66d792d76d
6 changed files with 29 additions and 29 deletions

View File

@@ -2,8 +2,8 @@ using from '_base/srv/admin-service';
using from '_base/srv/cat-service';
using from '_base/srv/orders-service';
using { sap.bookshop.extension as ext } from '../db/extension';
using { Z_bookshop.extension as ext } from '../db/extension';
extend service OrdersService with {
entity Customers as projection on ext.Customers;
entity Z_Customers as projection on ext.Z_Customers;
}