示例#1
0
 public void CreateBook(Book book)
 {
     _proxy.CreateBook(book);
 }