Exemple #1
0
 public EditInventory GetForEdit(long id)
 {
     return(_inventoryRepo.GetForEdit(id));
 }