Ejemplo n.º 1
0
 public bool Add(Category model)
 {
     return(_infoDal.Addcategory(model) > 0);
 }