コード例 #1
0
 void When(BudgetDistributionKeyCreated evnt)
 {
     _budgets[evnt.BudgetId.ToString()].Apply(evnt);
 }
コード例 #2
0
 internal void Apply(BudgetDistributionKeyCreated evnt)
 {
     _keys.Add(evnt.Name);
 }