BLL/HStation.BLL.Assets.Core/04-bll/15-Tank/03-TankCoefficient/AssetsTankCoefficient.cs
@@ -38,6 +38,13 @@ return Dto2Vmos(dtoList); } public async Task<List<Vmo.AssetsTankCoefficientVmo>> GetByMainID(long ID) { var DtoList = await _cal.GetByMainID(ID); var vmoList = Dto2Vmos(DtoList); return vmoList; } #endregion Query #region Insert