Beispiel #1
0
 public bool Delete(LOAISP ls)
 {
     return(dao.Delete(ls));
 }
Beispiel #2
0
 public bool Delete(NHACC ncc)
 {
     return(dao.Delete(ncc));
 }