コード例 #1
0
 public StatisticsPageViewModel(IStatisticsServiceClient statisticsServiceClient)
 {
     _statisticsServiceClient = statisticsServiceClient;
 }
コード例 #2
0
 public StatisticsProvider(IProviderClient providerClient,
                           IStatisticsServiceClient statisticsServiceClient)
 {
     _providerClient          = providerClient;
     _statisticsServiceClient = statisticsServiceClient;
 }
コード例 #3
0
		public StatisticsPageViewModel(IStatisticsServiceClient statisticsServiceClient)
		{
			_statisticsServiceClient = statisticsServiceClient;
		}