Files
cloud-cap-samples/suppliers/app/services.cds
Uwe Klinger 097b74db03 Adjustments
2021-06-11 10:40:17 +02:00

13 lines
300 B
Plaintext

/*
This model controls what gets served to Fiori frontends...
*/
using from './admin/fiori-service';
//using from './browse/fiori-service';
using from './common';
using from '@capire/common';
// only works in case of embedded orders service
using from '@capire/orders/app/orders/fiori-service';