Beispiel #1
0
 public JobIndexPointsReady(CalculationPointPersistanceHolder pointsHolder, Calculations.CalculationId calculationId, Employees.EmployeeId employeeId, int pathNo)
 {
     this.pointsHolder  = pointsHolder;
     this.calculationId = calculationId;
     this.employeeId    = employeeId;
     this.pathNo        = pathNo;
 }
Beispiel #2
0
 public CalculationExceptionReady(Calculations.CalculationId calculationId, Employees.EmployeeId employeeId, int pathNo, Exception ex)
 {
     messages           = ex.Message + "\n" + ex.StackTrace;
     this.calculationId = calculationId;
     this.employeeId    = employeeId;
     this.pathNo        = pathNo;
 }