Exemple #1
0
 public DoctorsController(Channel_A_Doctor_MVC_DatabaseContext context)
 {
     _context = context;
 }
 public AppointmentsController(Channel_A_Doctor_MVC_DatabaseContext context)
 {
     _context = context;
 }
 public MedicalCentresController(Channel_A_Doctor_MVC_DatabaseContext context)
 {
     _context = context;
 }