Exemplo n.º 1
0
 public EfPostRepository()
 {
     context = new EfDbContext();
 }
Exemplo n.º 2
0
 public EfTweetsImgsRepository()
 {
     context = new EfDbContext();
 }
 public EfSubscribersRepository()
 {
     context = new EfDbContext();
 }
Exemplo n.º 4
0
 public EfModelRepository()
 {
     context = new EfDbContext();
 }