Пример #1
0
 public UserUpdatedEvent(PathId targetPathId, IUser source) : base(targetPathId, source)
 {
 }
Пример #2
0
 public UserRemovedEvent(PathId targetPathId, IUser source) : base(targetPathId, source)
 {
 }
Пример #3
0
 public void Setup()
 {
     PathId.Reset();
 }