Exemplo n.º 1
0
 public LevelRepositoryImpl()
 {
     context = new swapdb();
 }
Exemplo n.º 2
0
 public LanguageRepositoryImpl()
 {
     context = new swapdb();
 }
Exemplo n.º 3
0
 public CountryRepositoryImpl()
 {
     context = new swapdb();
 }
Exemplo n.º 4
0
 public WishRepositoryImpl()
 {
     context = new swapdb();
 }
Exemplo n.º 5
0
 public LessonRepositoryImpl()
 {
     context = new swapdb();
 }
Exemplo n.º 6
0
 public UserRepositoryImpl()
 {
     context = new swapdb();
 }
Exemplo n.º 7
0
 public TaskRepositoryImpl()
 {
     context = new swapdb();
 }