public DoctorController(ApiDrYPacienteDBContext dbcontext)
 {
     this.dbcontext = dbcontext;
 }
Exemple #2
0
 public PacienteController(ApiDrYPacienteDBContext PacienteContext)
 {
     pacienteContext = PacienteContext;
 }