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