예제 #1
0
 public IActionResult GetEmployeeName()
 {
     return(Ok(_employeeInfoService.GetEmployeeName()));
 }