public GeneByGeneDbContextSeedData(GeneByGeneDbContext context)
 {
     this.context = context;
 }
 public EfRepositoryBase(GeneByGeneDbContext dbContext) : base(dbContext)
 {
 }
 public DefaultStatusesCreator(GeneByGeneDbContext context)
 {
     this.context = context;
 }
Beispiel #4
0
 public DefaultSampleCreator(GeneByGeneDbContext context)
 {
     this.context = context;
 }
Beispiel #5
0
 public DefaultUserCreator(GeneByGeneDbContext context)
 {
     this.context = context;
 }
Beispiel #6
0
 public EfRepositoryBaseOfTEntityAndTPrimaryKey(GeneByGeneDbContext dbContext)
 {
     this.dbContext = dbContext;
 }