LifePayment/LifePayment.Application/LifePaymentServicesApplicationModuleAutoMapperProfile.cs
@@ -4,6 +4,7 @@ using LifePayment.Domain; using LifePayment.Domain.LifePay; using LifePayment.Domain.Models; using LifePayment.Domain.Shared; namespace LifePayment.Application { @@ -37,6 +38,8 @@ CreateMap<CreateChannelConsultationInput, LifePayChannelConsultation>(MemberList.None); CreateMap<CreateChannelConsultationFollowupInput, LifePayChannelConsultationFollowup>(MemberList.None); CreateMap<LogFrontInput, LogFrontRecord>(MemberList.None); } } }