示例#1
0
 public AddBookHandler(BookRpc.BookRpcClient bookServiceClient)
 {
     this.bookServiceClient = bookServiceClient;
 }
示例#2
0
 public BookProvider(BookRpc.BookRpcClient bookRpcClient)
 => this.bookServiceClient = bookRpcClient;