using AutoMapper; namespace DevHive.Services.Configurations.Mapping { public class FeedMappings : Profile { public FeedMappings() { } } }