public PatientController(PatientCardDbContext context) { _context = context; }
public VisitLogController(PatientCardDbContext context) { _context = context; }
public SpecialtyController(PatientCardDbContext context) { _context = context; }