public int Delete(string id)
 {
     return(dao.Delete(id));
 }
Пример #2
0
 public int Delete(int maHD)
 {
     return(dao.Delete(maHD));
 }