예제 #1
0
 public void PutBook(string username, string book_id, Book book)
 {
     throw new NotImplementedException();
 }
예제 #2
0
 public void PostBook(string username, Book book)
 {
 }