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