Пример #1
0
 public Inventory GetInventoryByLocationId(int id)
 {
     return(repo.GetInventoryByLocationId(id));
 }