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