コード例 #1
0
 public EntityLibMapper(IUnitOfWork uow, IGetterByLibId <IDalSelectedEntity> repository)
 {
     this.uow        = uow;
     this.repository = repository;
 }
コード例 #2
0
 public EntitySimpleLibMapper(IGetterByLibId <TEntity> repository, IUnitOfWork uow)
 {
     this.repository = repository;
     this.uow        = uow;
 }