Beispiel #1
0
 public CustomerController(BmhContext context)
 {
     _context = context;
 }
Beispiel #2
0
 public PhysicianController(BmhContext context)
 {
     _context = context;
 }
Beispiel #3
0
 public EmContactController(BmhContext context)
 {
     _context = context;
 }
Beispiel #4
0
 public AllergyController(BmhContext context)
 {
     _context = context;
 }
Beispiel #5
0
 public MedicalConditionController(BmhContext context)
 {
     _context = context;
 }
Beispiel #6
0
 public InsuranceController(BmhContext context)
 {
     _context = context;
 }