BLL/HStation.BLL.TransferFile.Core/04-bll/02-revit/TransferRevitFile_File.cs
@@ -1,13 +1,4 @@ using Flurl.Http; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Yw.BLL; using Yw.CAL.HttpClient; namespace HStation.BLL namespace HStation.BLL { public partial class TransferRevitFile { @@ -19,9 +10,7 @@ public async Task<string> Download(string StorageHouse, string StorageCode) { return await new Yw.BLL.HttpFileHelper().Download(_downloadUrl, StorageHouse, StorageCode, ConfigHelper.CALType); }