12 lines
237 B
Plaintext
12 lines
237 B
Plaintext
/*
|
|
This model controls what gets served to Fiori frontends...
|
|
*/
|
|
|
|
using from './admin/fiori-service';
|
|
using from './browse/fiori-service';
|
|
using from './orders/fiori-service';
|
|
using from './common';
|
|
|
|
using from '../db/capire_common';
|
|
|