initialize mtx

This commit is contained in:
Wolfgang Koch
2021-04-29 10:10:09 +02:00
parent 2536f36596
commit 594043e55c
15 changed files with 5582 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
namespace sap.capire.multitenancy;
using { sap.capire.bookshop.Books } from '../../bookshop';
using { sap.capire.orders.Orders } from '../../orders';
using { sap.capire.orders.Orders_Items } from '../../orders';
using { Country, managed, cuid } from '@sap/cds/common';