using AutoMapper; namespace NetworkResurrector.Application.Mappings { public class MappingProfile : Profile { public MappingProfile() { } } }