Beispiel #1
0
 public ItemMasterInventoryService(IItemMasterInventoryRepository itemMasterInventoryRepository, IUnitOfWork unitOfWork)
 {
     this.itemMasterInventoryRepository = itemMasterInventoryRepository;
     this.unitOfWork = unitOfWork;
 }
 public ItemMasterInventoryService(IItemMasterInventoryRepository itemMasterInventoryRepository, IUnitOfWork unitOfWork, ISiteRepository siteRepository)
 {
     this._itemMasterinventoryRepository = itemMasterInventoryRepository;
     this._unitOfWork     = unitOfWork;
     this._siteRepository = siteRepository;
 }