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