Ejemplo n.º 1
0
 public Book GetByTitle(string title) => _bookDao.GetByTitle(title);