Exemplo n.º 1
0
 public static void IngresarPaciente(Elementos.Paciente paciente)
 {
     context.Pacientes.Add(paciente);
     context.SaveChanges();
 }
Exemplo n.º 2
0
 public static void IngresarPaciente(Elementos.Paciente paciente)
 {
     AccesoDatosPaciente.IngresarPaciente(paciente);
 }