using AutoMapper; using System; using System.Collections.Generic; using System.Text; namespace skydiveLogs_api.Mapper { public class ModelProfile : Profile { public ModelProfile() { CreateMap(); CreateMap(); CreateMap(); CreateMap(); CreateMap(); CreateMap(); CreateMap(); CreateMap(); } } }