示例#1
0
 public static string DeleteUserRoles(DataTable dt, string processName)
 {
     return(DAO_HeThong.DeleteUserRoles(dt, processName));
 }