コード例 #1
0
 public RequesterBase(ApiConfig configuration)
 {
     Configuration = configuration;
     configuration.Check();
 }