예제 #1
0
 public bool InsertEmployee(Employee employee)
 {
     return(employee_Data.InsertEmployee(employee));
 }