コード例 #1
0
 public List <Item> GetItemsByCompanyId(int companyId)
 {
     return(stockInGateway.GetItemsByCompanyId(companyId));
 }