Exemplo n.º 1
0
 public ActionResult <string> Get(int id)
 {
     return(_flightsRepository.GetFlightCode(id));
 }