예제 #1
0
 public CelebrationRequest(IRestfulServiceAssistant restfulServiceAssistant,
                           ISettings <EohMcApiSettings> settings)
 {
     _restfulServiceAssistant = restfulServiceAssistant;
     _settings = settings;
     _restfulServiceAssistant.BaseEndpoint = new Uri(_settings.Value.Url);
 }