示例#1
0
        public void Execute()
        {
            _employee.Classification = CreatePaymentClassification();
            _employee.Schedule       = CreatePaymentSchedule();
            _employee.Method         = new HoldMethod();
            _employee.Affiliation    = new NoAffiliaction();

            PayrollRepository.AddEmpoyee(_employee.Id, _employee);
        }