示例#1
0
 public bool delete(BenhNhanDTO t)
 {
     return(dao.delete(t));
 }