예제 #1
0
 public ActionResult GetSkills()
 {
     return(Ok(_employeeAppService.GetAllSkills()));
 }