using Flurl.Http; using HStation.Dto; using Yw; using Yw.CAL.HttpClient; using Yw.Untity; namespace HStation.CAL.HttpClient { /// /// /// public class AssetsBluntheadCoefficient : BaseCAL, IAssetsBluntheadFactor { protected override string Prefix { get { return $"{HStation.BLL.Assets.ConfigHelper.HttpUrl}/AssetsBluntheadCoefficient"; } } public Task UpdateSortCode(long ID, int SortCode) { throw new NotImplementedException(); } public Task UpdateSorter(List Sorters) { throw new NotImplementedException(); } } }