コード例 #1
0
 public StatisticService(string appId)
 {
     _request = new StatisticRequest {
         AppId = appId
     };
 }