Exemple #1
0
 public async Task <GetEmployeeResponse> GetEmployees(int PageNumber)
 {
     return(await _restApiService.GetEmployees(PageNumber));
 }