using System; using AutoMapper; namespace Teams.Profiles { public class TeamProfile : Profile { public TeamProfile() { CreateMap(); } } }