示例#1
0
 public DoctorsController(BarSiContext context)
 {
     _context = context;
 }
示例#2
0
 public HospitalsController(BarSiContext context)
 {
     _context = context;
 }
 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;
 }