namespace Diligent.WebAPI.Business.MappingProfiles { public class CompanyMappingProfile : Profile { [ExcludeFromCodeCoverage] public CompanyMappingProfile() { #region Models to DTOs CreateMap(); #endregion #region DTOs to Models CreateMap(); CreateMap(); #endregion } } }