//general (captcha) settings public static GeneralCommonSettingsModel.CaptchaSettingsModel ToModel(this CaptchaSettings entity) { return(entity.MapTo <CaptchaSettings, GeneralCommonSettingsModel.CaptchaSettingsModel>()); }
//general (captcha) settings public static CaptchaSettingsModel ToModel(this CaptchaSettings entity) { return(entity.MapTo <CaptchaSettings, CaptchaSettingsModel>()); }