zhengyuxuan
2025-03-24 738ac7f47b594f5bf4cf060084d533fd0abc5a44
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
        }
    }
}