Пример #1
0
 public int DeleteByPriority(int priority)
 {
     return(dal.DeleteByPriority(priority));
 }