예제 #1
0
 public InventoryItemServices(IInventoryItemRepo repo)
 {
     this.repo = repo;
 }
 public InventoryItemService(IRepo repo)
 {
     this.repo = repo;
 }