示例#1
0
 public SearchObj(string str, ClientBrief req, object obj) : this(str, req)
 {
     ReqOpt = obj;
 }
示例#2
0
 public SearchObj(string str, ClientBrief req) : this(str)
 {
     ReqSource = req;
 }