| | |
| | | using AutoMapper; |
| | | using LifePayment.Application.Contracts; |
| | | using LifePayment.Application.Contracts.LifePay; |
| | | using LifePayment.Application.Contracts.Sync; |
| | | using LifePayment.Domain; |
| | | using LifePayment.Domain.LifePay; |
| | |
| | | CreateMap<CreateChannelConsultationFollowupInput, LifePayChannelConsultationFollowup>(MemberList.None); |
| | | |
| | | CreateMap<LogFrontInput, LogFrontRecord>(MemberList.None); |
| | | |
| | | CreateMap<CreateEditRateChannelInput, LifePayRateChannel>(MemberList.None); |
| | | |
| | | CreateMap<CreateEditLifePayAnnouncementInput, LifePayAnnouncement>(MemberList.None); |
| | | CreateMap<LifePayAnnouncement, CreateEditLifePayAnnouncementOutput>(MemberList.None); |
| | | } |
| | | } |
| | | } |