public PatientDiagnosesController(unit5Context context)
 {
     _context = context;
 }
 public PatientProfilesController(unit5Context context)
 {
     _context = context;
 }
예제 #3
0
 public ComplicationsModelsController(unit5Context context)
 {
     _context = context;
 }
 public ConfInterventionsController(unit5Context context)
 {
     _context = context;
 }
예제 #5
0
 public LoaderController(unit5Context context)
 {
     _context = context;
 }
예제 #6
0
 public ConfCsIndicationsController(unit5Context context)
 {
     _context = context;
 }
 public CasulityDataClassesController(unit5Context context)
 {
     _context = context;
 }
예제 #8
0
 public ConfChildPresentationsController(unit5Context context)
 {
     _context = context;
 }
예제 #9
0
 public ConfChildStatesController(unit5Context context)
 {
     _context = context;
 }
예제 #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;
 }