Example #1
0
 public InventoryTypeController(IInventoryTypeService iInventoryTypeService)
 {
     this.service = iInventoryTypeService;
 }
 public InventoryTypeController(IInventoryTypeService service)
 {
     _service = service;
 }