Example #1
0
 public ContractActor(ActorService actorService, ActorId actorId) : base(actorService, actorId)
 {
     this.daprPublishApi = RestService.For <IDaprPublishApi>("http://localhost:3500/v1.0");
 }