Ejemplo n.º 1
0
 public bool AddRecord(Patient patient)
 {
     return(_patientRepository.AddRecord(patient));
 }