예제 #1
0
 public decimal AlreadyExistBook(Book _Book)
 {
     return(_BooksRepository.AlreadyExistBook(_Book));
 }