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