예제 #1
0
 public Book GetByTitle(string title) => _bookDao.GetByTitle(title);