Example #1
0
 public CommitmentsGateway(IStatisticsApi statisticsApi)
 {
     _statisticsApi = statisticsApi;
 }
Example #2
0
        public TwistClient()
        {
            var httpClient = new HttpClient();

            Statistics = new StatisticsApi(httpClient);
        }