BLL/HStation.BLL.Assets.Core/02-httpclient/20-Translation/AssetsTranslationMain.cs
@@ -1,8 +1,4 @@ using Flurl.Http; using HStation.Dto; using Yw; using Yw.CAL.HttpClient; using Yw.Untity; using Yw.CAL.HttpClient; namespace HStation.CAL.HttpClient { @@ -13,7 +9,7 @@ { protected override string Prefix { get { return $"{HStation.BLL.ConfigHelper.HttpUrl}/AssetsTranslationMain"; } get { return $"{HStation.BLL.Assets.ConfigHelper.HttpUrl}/AssetsTranslationMain"; } } public Task<List<AssetsTranslationMainDto>> GetBySeriesID(long ID)