コード例 #1
0
 public PartMasterService(IPartMasterRepositry partMasterRepositry, IMapper _iMapper)
 {
     this.partMasterRepositry = partMasterRepositry;
     this._iMapper            = _iMapper;
 }
コード例 #2
0
 public PartMasterService(IPartMasterRepositry partMasterRepositry, IUnitOfWork unitOfWork)
 {
     this.partMasterRepositry = partMasterRepositry;
     this.unitOfWork          = unitOfWork;
 }