Example #1
0
        public void Apply(BudgetAccessAllowed evnt)
        {

        }
 void When(BudgetAccessAllowed evnt)
 {
     _budgets[evnt.BudgetId.ToString()].Apply(evnt);
 }
Example #3
0
 public void Apply(BudgetAccessAllowed evnt)
 {
 }
 internal void Apply(BudgetAccessAllowed evnt)
 {
     _allowedUsers.Add(evnt.AllowedUserId.ToString());
 }