示例#1
0
 public bool create(BenhNhanDTO t)
 {
     t.Id = dao.getAll().Count + 1;
     return(dao.create(t));
 }