Пример #1
0
 public IonRequestInfo( IonRequestType requestType, string locale, string variation, string collectionIdentifier, string pageIdentifier )
 {
     this.requestType = requestType;
     this.locale = locale;
     this.variation = variation;
     this.collectionIdentifier = collectionIdentifier;
     this.pageIdentifier = pageIdentifier;
 }
Пример #2
0
 public IonRequestInfo(IonRequestType requestType, string locale, string variation, string collectionIdentifier, string pageIdentifier)
 {
     this.requestType          = requestType;
     this.locale               = locale;
     this.variation            = variation;
     this.collectionIdentifier = collectionIdentifier;
     this.pageIdentifier       = pageIdentifier;
 }