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