public EfPostRepository() { context = new EfDbContext(); }
public EfTweetsImgsRepository() { context = new EfDbContext(); }
public EfSubscribersRepository() { context = new EfDbContext(); }
public EfModelRepository() { context = new EfDbContext(); }