public EfPostRepository()
 {
     context = new EfDbContext();
 }
 public EfTweetsImgsRepository()
 {
     context = new EfDbContext();
 }
 public EfSubscribersRepository()
 {
     context = new EfDbContext();
 }
Exemple #4
0
 public EfModelRepository()
 {
     context = new EfDbContext();
 }