Beispiel #1
0
 public List <Item> GetItemBySubCategoryId(int subCatagoryId)
 {
     return(aProductGateway.GetItemBySubCategoryId(subCatagoryId));
 }