예제 #1
0
 public ActionResult Get([FromRoute] int id)
 {
     return(Ok(ventaServ.Get(id)));
 }