Beispiel #1
0
 public static DataTable LoadAccount(string account, string pass)
 {
     return(DAO_HeThong.LoadAccount(account, pass));
 }
Beispiel #2
0
 public static DataTable LoadRoleFull()
 {
     return(DAO_HeThong.LoadRoleFull());
 }
Beispiel #3
0
 public static DataTable LoadAdUser()
 {
     return(DAO_HeThong.LoadAdUser());
 }
Beispiel #4
0
 public static string UpdateWindow(DataTable dt)
 {
     return(DAO_HeThong.UpdateWindow(dt));
 }
Beispiel #5
0
 public static string UpdateRole(DataTable dt)
 {
     return(DAO_HeThong.UpdateRole(dt));
 }
Beispiel #6
0
 public static DataTable LoadProcess(string ad_user_id)
 {
     return(DAO_HeThong.LoadProcess(ad_user_id));
 }
Beispiel #7
0
 public static DataTable LoadUserRoles(string ad_user_id)
 {
     return(DAO_HeThong.LoadUserRoles(ad_user_id));
 }
Beispiel #8
0
 public static bool CreateProcessAccess(string ad_process_id, string ad_role_id)
 {
     return(DAO_HeThong.CreateProcessAccess(ad_process_id, ad_role_id));
 }
Beispiel #9
0
 public static bool CreateWindow(string name, string description)
 {
     return(DAO_HeThong.CreateWindow(name, description));
 }
Beispiel #10
0
 public static bool CreateUserRoles(string ad_user_id, string ad_role_id)
 {
     return(DAO_HeThong.CreateUserRoles(ad_user_id, ad_role_id));
 }
Beispiel #11
0
 public static bool CreateWindowAccess(string ad_window_id, string ad_role_id)
 {
     return(DAO_HeThong.CreateWindowAccess(ad_window_id, ad_role_id));
 }
Beispiel #12
0
 public static string DeleteRoles(DataTable dt)
 {
     return(DAO_HeThong.DeleteRoles(dt));
 }
Beispiel #13
0
 public static string DeleteProcessAccess(DataTable dt)
 {
     return(DAO_HeThong.DeleteProcessAccess(dt));
 }
Beispiel #14
0
 public static string DeleteUserRoles(DataTable dt, string processName)
 {
     return(DAO_HeThong.DeleteUserRoles(dt, processName));
 }
Beispiel #15
0
 public static DataTable LoadAdUserFull(string ad_org_id)
 {
     return(DAO_HeThong.LoadAdUserFull(ad_org_id));
 }
Beispiel #16
0
 public static bool CreateUser(string v_name, string v_description, string v_username, string v_password, string v_groupid, string v_ad_org_id)
 {
     return(DAO_HeThong.CreateUser(v_name, v_description, v_username, v_password, v_groupid, v_ad_org_id));
 }
Beispiel #17
0
 public static DataTable LoadWindow(string ad_user_id)
 {
     return(DAO_HeThong.LoadWindow(ad_user_id));
 }
Beispiel #18
0
 public static DataTable GetNotify()
 {
     return(DAO_HeThong.GetNotify());
 }
Beispiel #19
0
 public static DataTable LoadLKProcess()
 {
     return(DAO_HeThong.LoadLKProcess());
 }
Beispiel #20
0
 public static DataTable LoadProcessByRole(string ad_role_id)
 {
     return(DAO_HeThong.LoadProcessByRole(ad_role_id));
 }
Beispiel #21
0
 public static DataTable LoadWindow()
 {
     return(DAO_HeThong.LoadWindow());
 }
Beispiel #22
0
 public static bool CreateProcess(string name, string description)
 {
     return(DAO_HeThong.CreateProcess(name, description));
 }
Beispiel #23
0
 public static string UpdateProcess(DataTable dt)
 {
     return(DAO_HeThong.UpdateProcess(dt));
 }
Beispiel #24
0
 public static string UpdateUser(DataTable dtUpdateUser)
 {
     return(DAO_HeThong.UpdateUser(dtUpdateUser));
 }