Example #1
0
 public AdiResponseResponse()
 {
     CategoryParentageDescription = String.Empty;
     CategoryParentageName        = String.Empty;
     Products    = new AdiResponseProducts();
     RedirectURL = String.Empty;
     Refiners    = new List <AdiResponseRefiners>();
 }
Example #2
0
 public AdiResponseResponse()
 {
     CategoryParentageDescription = String.Empty;
     CategoryParentageName = String.Empty;
     Products = new AdiResponseProducts();
     RedirectURL = String.Empty;
     Refiners = new List<AdiResponseRefiners>();
 }