示例#1
0
 public List <Product> GetInventory(Location loc)
 {
     return(repo.GetInventory(loc));
 }