コード例 #1
0
 public static string UpdateUserRoles(DataTable dt, string processName)
 {
     return(DAO_HeThong.UpdateUserRoles(dt, processName));
 }