public CatalogService(string appKey, string appScrect)
 {
     client = new Client(appKey, appScrect);
 }
 public MultipartUploadService(string appKey, string appScrect)
 {
     client = new Client(appKey, appScrect);
 }
示例#3
0
 public VideoService(string appKey, string appScrect)
 {
     client = new Client(appKey, appScrect);
 }