Beispiel #1
0
 public SegonaClient(ISegonaHandler handler, SegonaBuilderConfiguration configuration)
 {
     Handler = handler;
     ApiKey  = configuration.Options.ApiKey;
 }
Beispiel #2
0
 public SegonaClient(ISegonaHandler handler, string apiKey)
 {
     Handler = handler;
     ApiKey  = apiKey;
 }