示例#1
0
 public static bool Activate(Commons.Employee employee)
 {
     return(EmployeeDAL.SetActive(true, employee));
 }
示例#2
0
 public static bool Deactivate(Commons.Employee employee)
 {
     return(EmployeeDAL.SetActive(false, employee));
 }