Ejemplo n.º 1
0
 public CategoryModel GetDetailById(int Id)
 {
     try { return(CDal.GetDetailById(Id)); }
     catch (Exception ex)
     {
         throw new Exception(ex.Message);
     }
 }