public IActionResult Get() { return(Ok(specLevelService.GetAll())); }
public IActionResult Get() { var levels = specialisationLevelService.GetAll(); return(Ok(levels)); }