示例#1
0
 public static int Deactivate(Employee employee)
 {
     return(EmployeeDB.Deactivate(employee));
 }