예제 #1
0
 void When(BudgetAccessAllowed evnt)
 {
     _budgets[evnt.BudgetId.ToString()].Apply(evnt);
 }
예제 #2
0
 internal void Apply(BudgetAccessAllowed evnt)
 {
     _allowedUsers.Add(evnt.AllowedUserId.ToString());
 }