public CustomerController(BmhContext context) { _context = context; }
public PhysicianController(BmhContext context) { _context = context; }
public EmContactController(BmhContext context) { _context = context; }
public AllergyController(BmhContext context) { _context = context; }
public MedicalConditionController(BmhContext context) { _context = context; }
public InsuranceController(BmhContext context) { _context = context; }