Пример #1
0
 public bool DeleteList(string id)
 {
     db_.DeleteList(id);
     return(true);
 }