public CnBBAL.AuthenticationService.EmployeeDetails GetEmployeeDetails(int CimNumber) { AuthServiceClient authService = new AuthServiceClient(); return(authService.GetEmployee(CimNumber)); }
public CnBBAL.AuthenticationService.EmployeeDetails GetEmployeeDetails(int CimNumber) { AuthServiceClient authService = new AuthServiceClient(); return authService.GetEmployee(CimNumber); }