Exemple #1
0
 public bool Actualizar(Patient a)
 {
     return(patientRepository.Actualizar(a));
 }