Exemplo n.º 1
0
 public JsonRpcController(IJsonRpc jsonRpc)
 {
     _jsonRpc = jsonRpc;
 }
Exemplo n.º 2
0
 public Application(ILogger logger, IJsonRpc jsonRpc)
 {
     _logger         = logger;
     _jsonRpc        = jsonRpc;
     _protocolParams = new ProtocolParameters();
 }