using AutoMapper; using EstusShots.Server.Models; namespace EstusShots.Server.Mapping { public class Profiles : Profile { public Profiles() { CreateMap(); CreateMap(); CreateMap(); CreateMap(); } } }