Esempio n. 1
0
 public List <Item> GetAllItemsByCompanyId(int companyId)
 {
     return(stockOutGateway.GetAllItemsByCompanyId(companyId));
 }