Exemple #1
0
 public List<CustomPage> GetCustomPagesForCustomPageCategory(int customPageCategoryID)
 {
     CustomPageDL customPageDL = new CustomPageDL();
     return customPageDL.GetCustomPagesForCustomPageCategory(customPageCategoryID);
 }