예제 #1
0
 public ActionResult <Orcamento> GetById([FromRoute] int id)
 {
     return(_orcamentoService.GetById(id));
 }