LifePayment/LifePayment.Application/LifePaymentServicesApplicationModuleAutoMapperProfile.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
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,13 @@ { public LifePaymentServicesApplicationModuleAutoMapperProfile() { #region lifepay CreateMap<CreateLifePayOrderInput, LifePayOrder>(MemberList.None); CreateMap<CreateEditPayChannelsInput, LifePayChannles>(MemberList.None); #endregion } } }