Ejemplo n.º 1
0
 public void AddOrUpdate(Patient entity)
 {
     _patientRepository.AddOrUpdate(entity);
 }