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