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