using AutoMapper; using LifePayment.Application.Contracts; using LifePayment.Domain; namespace LifePayment.Application { public class LifePaymentServicesApplicationModuleAutoMapperProfile : Profile { public LifePaymentServicesApplicationModuleAutoMapperProfile() { } } }