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