6 lines
185 B
Plaintext
6 lines
185 B
Plaintext
namespace sap.capire.bookshop; //> important for reflection
|
|
using from './db/schema';
|
|
using from './srv/cat-service';
|
|
using from './srv/admin-service';
|
|
using from './srv/user-service';
|