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