Function: EntityManager()
EntityManager(
nameOrType?): (target,propertyKey,index) =>void
Defined in: service-core/src/decorators/DatabaseDecorators.ts:71
Injects the entity manager as the value of the decorated argument.
Parameters
nameOrType?
any
Returns
(target, propertyKey, index) => void