Beispiel #1
0
 public ProfilesController()
 {
     context = new TusurWebAPIContext();
 }
Beispiel #2
0
 public SpecialtiesController()
 {
     context = new TusurWebAPIContext();
 }
 public SubjectsController()
 {
     context = new TusurWebAPIContext();
 }
Beispiel #4
0
 public QuestionsController()
 {
     context = new TusurWebAPIContext();
 }
 public VariantsController()
 {
     context = new TusurWebAPIContext();
 }