using AutoMapper; using RecNet.Application.Profiles; namespace RecNet.Application.Common.Mapping; public class ApplicationMappingProfile : Profile { public ApplicationMappingProfile() { CreateMap(); } }