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