Exemplo n.º 1
0
 public AnswerRepository(DbContext context, IEntityPredicate entityPredicate) : base(context, entityPredicate)
 {
 }
Exemplo n.º 2
0
 public OptionRepository(DbContext context, IEntityPredicate entityPredicate) : base(context, entityPredicate)
 {
 }
Exemplo n.º 3
0
 public Repository(DbContext context, IEntityPredicate entityPredicate)
 {
     Context          = context;
     EntityDbSet      = Context.Set <TEntity>();
     _entityPredicate = entityPredicate;
 }
 public UserDirectoryRepository(DbContext context, IEntityPredicate entityPredicate) : base(context, entityPredicate)
 {
 }
 public QuestionnaireRepository(DbContext context, IEntityPredicate entityPredicate) : base(context, entityPredicate)
 {
 }