Ejemplo n.º 1
0
 public bool DelCategory(Model.Category category)
 {
     return(db.DelCategory(category));
 }