namespace Diligent.WebAPI.Business.MappingProfiles { [ExcludeFromCodeCoverage] public class WebhookMappingProfile : Profile { public WebhookMappingProfile() { #region DTO to Model CreateMap(); #endregion #region Model to DTO CreateMap(); #endregion } } }