Esempio n. 1
0
 public Task <int> CreateAsync([FromBody] AirportDTO airport)
 => AirportTable.CreateAirport(_dbConnection, airport.Name);