示例#1
0
 public string BuildDownloadUrl(RemoteFileId id)
 {
     return(_httpRequester.BuildUrl(_interfaceName, _getterMethod, _downloadSer(id)));
 }