コード例 #1
0
        public DatapointDataStore(GraphqlHandler gqlHandler = null)
        {
            datapoints = new List <Datapoint>();

            this.gqlHandler = gqlHandler ?? new GraphqlHandler();
        }
コード例 #2
0
 public AudioRecorderGeneric()
 {
     graphqlHandler = new GraphqlHandler();
 }