/// <summary> /// Creates a ViewResult object by using the model that renders a view to the response. /// </summary> protected new internal async Task <ViewResult> View(string viewName, object model) { AddAction(await NotificationAction.GetScheduledNotification()); return(base.View(viewName, model)); }
internal void ScheduleNotifications() => Add(NotificationAction.GetScheduledNotification());