コード例 #1
0
 public SentimentApiAdapter(IObjectSerializer objectSerializer,
                            ISentimentRequestFactory sentimentRequestFactory,
                            IHttpHelper httpHelper)
 {
     _sentimentRequestFactory = sentimentRequestFactory;
     _httpHelper       = httpHelper;
     _objectSerializer = objectSerializer;
 }
コード例 #2
0
 public void Initialise()
 {
     SentimentRequestFactory = new SentimentRequestFactory();
 }