using Yw.CAL.HttpClient; namespace HStation.CAL.HttpClient { /// /// /// public class AssetsFourlinkFactor : BaseCAL_Sorter, IAssetsFourlinkFactor { protected override string Prefix { get { return $"{ConfigHelper.HttpUrl}/Assets/Fourlink/Factor"; } } } }