예제 #1
0
 public List <DetailsVM> GetDetailsBySubcategory(int subCatID)
 {
     return(objData.GetDetailsBySubcategory(subCatID));
 }