コード例 #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));
 }