Пример #1
0
 public bool Delete(int IDHD)
 {
     return(hd_dal.Delete(IDHD));
 }