Пример #1
0
 public int AddCategory(string category)
 {
     return(context.AddCategory(category));
 }