Ejemplo n.º 1
0
 public bool AddOrUpdate(CategoryModel Models)
 {
     try { CDal.AddOrUpdate(Models); return(true); }
     catch (Exception ex)
     {
         throw new Exception(ex.Message);
     }
 }