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