Пример #1
0
 public int ChangeCategory(string categoryNew, string categoryOld)
 {
     return(context.ChangeCategory(categoryNew, categoryOld));
 }