示例#1
0
 public static bool AddToQueue(IQuery queryObject)
 {
     return(queryObject.AddToQueue(con));
 }