Beispiel #1
0
 public List <SubCategory> GetSubCategoryByCategoryId(int id)
 {
     return(aProductGateway.GetSubCategoryByCategoryId(id));
 }