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