Пример #1
0
 public int DeleteByAssignee(string assignee)
 {
     return(dal.DeleteByAssignee(assignee));
 }