public PatientDiagnosesController(unit5Context context)
 {
     _context = context;
 }
 public PatientProfilesController(unit5Context context)
 {
     _context = context;
 }
Example #3
0
 public ComplicationsModelsController(unit5Context context)
 {
     _context = context;
 }
 public ConfInterventionsController(unit5Context context)
 {
     _context = context;
 }
Example #5
0
 public LoaderController(unit5Context context)
 {
     _context = context;
 }
Example #6
0
 public ConfCsIndicationsController(unit5Context context)
 {
     _context = context;
 }
 public CasulityDataClassesController(unit5Context context)
 {
     _context = context;
 }
Example #8
0
 public ConfChildPresentationsController(unit5Context context)
 {
     _context = context;
 }
Example #9
0
 public ConfChildStatesController(unit5Context context)
 {
     _context = context;
 }
Example #10
0
 public NeonatalOutcomesController(unit5Context context)
 {
     _context = context;
 }
 public ConfOutcomesController(unit5Context context)
 {
     _context = context;
 }
 public DoctorProfilesController(unit5Context context)
 {
     _context = context;
 }
 public ConfTitlesController(unit5Context context)
 {
     _context = context;
 }