Example #1
0
 public ActionResult Carregar([FromBody] long id)
 {
     return(Ok(servico.Carregar(id)));
 }