public DoctorController(MedicalDbContext context) { _context = context; }
public MedicalDbService(MedicalDbContext context) { _context = context; }
public MedicamentController(MedicalDbContext context) { _context = context; }