예제 #1
0
 public Employee saveEmployee(Employee employee)
 {
     return(employeeService.saveEmployee(employee));
 }