Exemplo n.º 1
0
 public HandshakeProviderTests()
 {
     _handshakeProvider = GetRequiredService <IHandshakeProvider>();
     _accountService    = GetRequiredService <IAccountService>();
 }