Expose user service for downstream usages

This commit is contained in:
Christian Georgi
2022-08-04 11:03:24 +02:00
parent f0e8575e5e
commit 38593baeb8

View File

@@ -2,3 +2,4 @@ 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';