예제 #1
0
 public bool Destroy(object EmployeeID)
 {
     return(Employee.Destroy(EmployeeID) == 1);
 }