Ejemplo n.º 1
0
 public IActionResult ListByFeatures([FromForm] Book b, string orderBy)
 {
     return(Ok(_bookDao.ListByFeatures(b, orderBy)));
 }