コード例 #1
0
        public CensusQuery(ICensusClient censusClient, string serviceName)
        {
            _censusClient = censusClient;

            ServiceName = serviceName;
        }
コード例 #2
0
 public CensusQueryFactory(ICensusClient censusClient)
 {
     _censusClient = censusClient;
 }