zhengyuxuan
2025-03-21 d7b01cca243ea2a767adbb1418a52258b4f2d765
LifePayment/LifePayment.Application/LifePaymentServicesApplicationModuleAutoMapperProfile.cs
@@ -1,6 +1,7 @@
using AutoMapper;
using LifePayment.Application.Contracts;
using LifePayment.Domain;
using LifePayment.Domain.Models;
namespace LifePayment.Application
{
@@ -8,7 +9,12 @@
    {
        public LifePaymentServicesApplicationModuleAutoMapperProfile()
        {
            #region lifepay
            CreateMap<CreateLifePayOrderInput, LifePayOrder>(MemberList.None);
            CreateMap<CreateEditPayChannelsInput, LifePayChannles>(MemberList.None);
            #endregion
        }
    }
}