protected Task <HistoryEvent> On(AppPlanReset @event)
        {
            const string channel = "settings.plan";

            return(Task.FromResult(
                       ForEvent(@event, channel)));
        }
Exemple #2
0
 protected void On(AppPlanReset @event)
 {
     Plan = null;
 }