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