public void When(ClientProfileSwitchedToTrustedSystem e)
 {
     CurrentSystem = e.Id;
 }
Example #2
0
 public void When(ClientProfileSwitchedToTrustedSystem e)
 {
     CurrentSystem = e.Id;
 }