Ejemplo n.º 1
0
 public List <Company> ItemDropDownList(int companyId)
 {
     return(stockOutGateway.ItemDropDownList(companyId));
 }