duheng
2024-12-04 7079cbb505471a8d3251cac4e27c7a3841f8e656
BLL/HStation.BLL.Assets.Core/04-bll/12-Comressor/06-CompressorCoefficient/AssetsCompressorCoefficient.cs
@@ -1,4 +1,6 @@
namespace HStation.BLL
using AutoMapper;
namespace HStation.BLL
{
    /// <summary>
    ///
@@ -39,6 +41,13 @@
            return vmoList;
        }
        public async Task<List<Vmo.AssetsCompressorCoefficientVmo>> GetByMainID(long ID)
        {
            var DtoList = await _cal.GetByMainID(ID);
            var vmoList = Dto2Vmos(DtoList);
            return vmoList;
        }
        #endregion Query
        #region Insert