pdm service

This commit is contained in:
Wolfgang Koch
2020-10-15 14:15:51 +02:00
parent bde5cd9818
commit 8575b75edb
8 changed files with 52 additions and 25 deletions

3
orders/index.cds Normal file
View File

@@ -0,0 +1,3 @@
namespace sap.capire.orders; //> important for reflection
using from './db/schema';
using from './srv/orders-service';