Exemplo n.º 1
0
 public ApiImpl(DoubanClient client)
 {
     this.Client = client;
 }
Exemplo n.º 2
0
 public OpenApi(DoubanClient client)
 {
     _api = new ApiImpl(client);
 }