public EntityLibMapper(IUnitOfWork uow, IGetterByLibId <IDalSelectedEntity> repository) { this.uow = uow; this.repository = repository; }
public EntitySimpleLibMapper(IGetterByLibId <TEntity> repository, IUnitOfWork uow) { this.repository = repository; this.uow = uow; }