コード例 #1
0
 public List <Inventory> GetInventories()
 {
     return(_repo.GetInventories());
 }