Exemple #1
0
 public List <Inventory> GetInventoriesById(int id)
 {
     return(repo.GetInventoriesById(id));
 }