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

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