Esempio n. 1
0
 public CatalogService(string appKey, string appScrect)
 {
     client = new Client(appKey, appScrect);
 }
 public MultipartUploadService(string appKey, string appScrect)
 {
     client = new Client(appKey, appScrect);
 }
Esempio n. 3
0
 public VideoService(string appKey, string appScrect)
 {
     client = new Client(appKey, appScrect);
 }