예제 #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;
 }