Method | Description | |
---|---|---|
CategorizadosPorAutor ( ) : System.Web.Mvc.ActionResult | ||
DescricaoLivro ( long livroId ) : System.Web.Mvc.ActionResult | ||
Index ( ) : System.Web.Mvc.ActionResult | ||
Localizar ( string q ) : System.Web.Mvc.ActionResult | ||
Procurar ( string term ) : System.Web.Mvc.ActionResult |
Method | Description | |
---|---|---|
AdicionaLivro ( |
||
Novo ( ) : System.Web.Mvc.ActionResult | ||
Novo ( |
||
ObterLivros ( string q ) : IEnumerable |
public CategorizadosPorAutor ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public DescricaoLivro ( long livroId ) : System.Web.Mvc.ActionResult | ||
livroId | long | |
return | System.Web.Mvc.ActionResult |
public Index ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public Localizar ( string q ) : System.Web.Mvc.ActionResult | ||
q | string | |
return | System.Web.Mvc.ActionResult |
public Procurar ( string term ) : System.Web.Mvc.ActionResult | ||
term | string | |
return | System.Web.Mvc.ActionResult |