Esempio n. 1
0
 public List <Inventory> GetInventoriesByLocationId(int id)
 {
     return(repo.GetInventoriesByLocationId(id));
 }