Exemple #1
0
 public ItemMasterInventoryController(IItemMasterInventoryService itemMasterInventoryService)
 {
     _itemMasterInventoryService = itemMasterInventoryService;
 }
Exemple #2
0
 public HomeController(IItemMasterService itemMastersService, IItemMasterInventoryService itemMasterInventoryService)
 {
     this.itemMastersService         = itemMastersService;
     this.itemMasterInventoryService = itemMasterInventoryService;
 }