Exemple #1
0
 public async Task <SaveEmployeeResponse> AddEmployee(Employee employee)
 {
     return(await _restApiService.AddEmployee(employee));
 }