Пример #1
0
 public bool GuardarUsuario(Persona p)
 {
     throw new NotImplementedException();
 }
Пример #2
0
 public bool GuardarPaciente(Persona p)
 {
     throw new NotImplementedException();
 }