Ejemplo n.º 1
0
 public async Task <ActionResult <DroneDTO> > Get(int id)
 {
     return(Ok(await _service.Get(id)));
 }