Пример #1
0
 public bool Update(int id, PatientDemographicsDto updatePatientDemographics)
 {
     _db.Execute("PatientDemographicsTable", updatePatientDemographics);
     return(true);
 }
Пример #2
0
 public int Save(PatientDemographicsDto newPatientDemographics)
 {
     return(_db.Execute("PatientDemographicsTable", newPatientDemographics));
 }