Beispiel #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;
 }
Beispiel #2
0
 public NirSeeds(LVCContext context)
 {
     this.dbContext = context;
 }
 public DbDevSeeds(LVCContext dbContext, RangeFeatureCategory category)
 {
     this.dbContext = dbContext;
     this.category  = category;
 }
Beispiel #4
0
 public SoftwareDevLaborGroupRateSeeds(LVCContext dbContext)
 {
     this.dbContext = dbContext;
 }
Beispiel #5
0
 public OkrStageController(LVCContext context)
 {
     _context = context;
 }
 public OntdSeeds(LVCContext dbContext)
 {
     this.dbContext = dbContext;
 }
Beispiel #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;
 }