Beispiel #1
0
 public QQLbsService(QQLbsOptions settings)
 {
     _options = settings ?? throw new ArgumentNullException(nameof(settings));
 }
Beispiel #2
0
 public QQLbsService(string key)
 {
     _options     = new QQLbsOptions();
     _options.Key = key ?? throw new ArgumentNullException(nameof(key));
 }