IUnitOfWork.getRepository<Entity, Id extends EntityKey = string>(entity: string): IRepository<Entity, Id>
Get a transaction-scoped repository for the named entity.
Id extends EntityKey = string
Primary key type
Repository bound to the current transaction