EntityService Namespace
Last updated
Was this helpful?
Last updated
Was this helpful?
This injection namespace comes from the cborm
module extensions (). It gives you the ability to easily inject base ORM services or binded virtual entity services for you:
DSL
Description
entityService
Inject a BaseORMService object for usage as a generic service layer
entityService:{entity}
Inject a VirtualEntityService object for usage as a service layer based off the name of the entity passed in.