Ejemplo n.º 1
0
 public GrainContextAccessor(HostedClient hostedClient)
 {
     _hostedClient = hostedClient;
 }
Ejemplo n.º 2
0
 public void SetHostedClient(HostedClient client) => this.hostedClient = client;