Ejemplo n.º 1
0
 public List <CategoryModel> GetPageList(SCategoryModel SModel)
 {
     try { return(CDal.GetPageList(SModel)); }
     catch (Exception ex)
     {
         throw new Exception(ex.Message);
     }
 }