Пример #1
0
 public bool DeleteList(string IDlist)
 {
     return(dal.DeleteList(IDlist));
 }