예제 #1
0
 internal bool Create(Employee employee)
 {
     status = employeeDal.Create(employee);
     return(status);
 }