Beispiel #1
0
 public static int DeactivateEmployee(Employee employee)
 {
     return(EmployeeDB.DeactivateEmployee(employee));
 }