Esempio n. 1
0
 private void AddDomainEvent(UserTypeChangedEvent userTypeChangedEvent)
 {
 }
Esempio n. 2
0
 protected bool Equals(UserTypeChangedEvent other)
 {
     return(UserId == other.UserId && string.Equals(OldType, other.OldType));
 }