Exemplo n.º 1
0
 public HomeController(WebAuthClient client)
 {
     _client = client;
 }
Exemplo n.º 2
0
 public RavenController(WebAuthClient client)
 {
     _client = client;
 }