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