예제 #1
0
 public Book GetBookByBarcode(string bookBarcode)
 {
     return(repo.GetBookByBarcode(bookBarcode));
 }