コード例 #1
0
 public DoctorsController(BarSiContext context)
 {
     _context = context;
 }
コード例 #2
0
 public HospitalsController(BarSiContext context)
 {
     _context = context;
 }
コード例 #3
0
 public MedicalEquipmentsController(BarSiContext context)
 {
     _context = context;
 }
コード例 #4
0
 public CitiesController(BarSiContext context)
 {
     _context = context;
 }
コード例 #5
0
 public UsersController(BarSiContext context)
 {
     _context = context;
 }
コード例 #6
0
 public PatientsController(BarSiContext context)
 {
     _context = context;
 }