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