示例#1
0
 public string CreateIdBenhNhan(QLPHONGKHAMEntities db, out string Id)
 {
     Id = null;
     return(benhNhanDao.CreateId(db, out Id));
 }