void When(UserLoginAdded evnt)
 {
     _users[evnt.UserId.ToString()].Apply(evnt);
 }
Beispiel #2
0
 public void Apply(UserLoginAdded evnt)
 {
 }
 internal void Apply(UserLoginAdded evnt)
 {
     _logins.Add(evnt.LoginInfo);
 }
Beispiel #4
0
 public void Apply(UserLoginAdded evnt)
 { }