BLL/HStation.BLL.Assets.Core/02-httpclient/15-Tank/AssetsTankCoefficient.cs
@@ -15,5 +15,10 @@ { get { return $"{HStation.BLL.ConfigHelper.HttpUrl}/AssetsTankCoefficient"; } } public Task<List<AssetsTankCoefficientDto>> GetByMainID(long ID) { throw new NotImplementedException(); } } }