Ejemplo n.º 1
0
 public System.Threading.Tasks.Task <System.Nullable <double> > GetPfEmployerContribSofarAsync(EmployeeWindowsApp.PFService.Employee employee)
 {
     return(base.Channel.GetPfEmployerContribSofarAsync(employee));
 }
Ejemplo n.º 2
0
 public System.Threading.Tasks.Task <bool> IsPfEligibleAsync(EmployeeWindowsApp.PFService.Employee employee)
 {
     return(base.Channel.IsPfEligibleAsync(employee));
 }
Ejemplo n.º 3
0
 public System.Nullable <double> GetPfEmployerContribSofar(EmployeeWindowsApp.PFService.Employee employee)
 {
     return(base.Channel.GetPfEmployerContribSofar(employee));
 }
Ejemplo n.º 4
0
 public bool IsPfEligible(EmployeeWindowsApp.PFService.Employee employee)
 {
     return(base.Channel.IsPfEligible(employee));
 }