Ejemplo n.º 1
0
 /// <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));
 }
Ejemplo n.º 2
0
 internal void ScheduleNotifications() => Add(NotificationAction.GetScheduledNotification());