Exemple #1
0
 public IActionResult GetEducationLevels()
 {
     return(Ok(_employeeInfoService.GetEducationLevels()));
 }