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