Beispiel #1
0
 public CalculationPointPersistanceHolder Convert(RuleResult points, PMSReport.Domain.Model.CalculationData employeeData,
                                                  Domain.Model.Employees.Employee employee, Domain.Model.Periods.Period period, Domain.Model.Calculations.Calculation calculation)
 {
     throw new NotImplementedException();
 }
Beispiel #2
0
 public CalculationData Provide(Employee employee, out PMSReport.Domain.Model.CalculationData employeeData, Calculation calculation, bool withCalculationPoint, CalculatorSession pathNo)
 {
     throw new NotImplementedException();
 }