コード例 #1
0
        public async Task <ActionResult> Notifications(UserEmailNotificationSettingsVM model)
        {
            await _userAccountManager.SaveNotificationSettings(model);

            SetMessage(MessageType.Success, "Settings updated successfully");
            return(RedirectToAction("Index", "Settings"));
        }