示例#1
0
 public List <Brand> FillCategory(int id)
 {
     return(productGateway.FillCategory(id));
 }