Beispiel #1
0
 public LevelPrincipiante()
 {
     context = new DiarsT3Context();
 }
Beispiel #2
0
 public RoutineController()
 {
     context = new DiarsT3Context();
 }
Beispiel #3
0
 public LevelAvanzado()
 {
     context = new DiarsT3Context();
 }
Beispiel #4
0
 public NivelIntermedio()
 {
     context = new DiarsT3Context();
 }
Beispiel #5
0
 public UserController()
 {
     context = new DiarsT3Context();
 }
Beispiel #6
0
 public AuthController()
 {
     context = new DiarsT3Context();
 }