public SlideRepository() { this.context = new UserContext(); }
public ThemeRepository() { this.context = new UserContext(); this.dbUsers = context.Set<UserModel>(); }
public TagRepository() { context = new UserContext(); }