Exemplo n.º 1
0
 public void Payroll_Process(PayrollModel payrollModel)
 {
     _repo.Payroll_Process(payrollModel);
 }