Exemplo n.º 1
0
 public CorrectionRatesBundleSeeds(LVCContext dbContext, SoftwareDevLaborGroupRateSeeds sdlgrSeeds)
 {
     solutionInnovationRates       = sdlgrSeeds.SolutionInnovationRates;
     standardModulesUsingRates     = sdlgrSeeds.StandardModulesUsingRates;
     infrastructureComplexityRates = sdlgrSeeds.InfrastructureComplexityRates;
     architectureComplexityRates   = sdlgrSeeds.ArchitectureComplexityRates;
     testsDevelopmentRates         = sdlgrSeeds.TestsDevelopmentRates;
     this.dbContext = dbContext;
 }
Exemplo n.º 2
0
 public NirSeeds(LVCContext context)
 {
     this.dbContext = context;
 }
Exemplo n.º 3
0
 public DbDevSeeds(LVCContext dbContext, RangeFeatureCategory category)
 {
     this.dbContext = dbContext;
     this.category  = category;
 }
Exemplo n.º 4
0
 public SoftwareDevLaborGroupRateSeeds(LVCContext dbContext)
 {
     this.dbContext = dbContext;
 }
Exemplo n.º 5
0
 public OkrStageController(LVCContext context)
 {
     _context = context;
 }
Exemplo n.º 6
0
 public OntdSeeds(LVCContext dbContext)
 {
     this.dbContext = dbContext;
 }
Exemplo n.º 7
0
 public DevLaborCategorySeeds(LVCContext dbContext)
 {
     this.dbContext = dbContext;
 }
 public SoftwareDevSeeds(LVCContext dbContext, RangeFeatureCategory category)
 {
     this.category  = category;
     this.dbContext = dbContext;
 }
 public DevelopmentLaborSeeds(LVCContext dbContext)
 {
     this.dbContext = dbContext;
 }