Exemplo n.º 1
0
 public UserUpdatedEvent(PathId targetPathId, IUser source) : base(targetPathId, source)
 {
 }
Exemplo n.º 2
0
 public UserRemovedEvent(PathId targetPathId, IUser source) : base(targetPathId, source)
 {
 }
Exemplo n.º 3
0
 public void Setup()
 {
     PathId.Reset();
 }