示例#1
0
 public List <Company> ItemDropDownList(int companyId)
 {
     return(stockOutGateway.ItemDropDownList(companyId));
 }