コード例 #1
0
 public CatalogService(string appKey, string appScrect)
 {
     client = new Client(appKey, appScrect);
 }
コード例 #2
0
 public MultipartUploadService(string appKey, string appScrect)
 {
     client = new Client(appKey, appScrect);
 }
コード例 #3
0
 public VideoService(string appKey, string appScrect)
 {
     client = new Client(appKey, appScrect);
 }