Exemple #1
0
 public ReportingStructureSeeder(ReportingStructureContext reportingStructureContext, EmployeeContext employeeContext, CompensationContext compensationContext)
 {
     _reportingStructureContext = reportingStructureContext;
     _employeeContext           = employeeContext;
     _compensationContext       = compensationContext;
     _employees = new List <Employee>();
 }
 public CompensationDataSeeder(CompensationContext compensationContext)
 {
     _compensationContext = compensationContext;
 }
 public EmployeeDataSeeder(EmployeeContext employeeContext, CompensationContext compensationContext)
 {
     _employeeContext     = employeeContext;
     _compensationContext = compensationContext;
 }