Ejemplo n.º 1
0
 public string AddCategory(UserCategory category)
 {
     this.category.Add(new Category(category));
     return(db.AddCategory(category));
 }