Example #1
0
 public async Task DeleteAircraftAsync(long id)
 {
     await _aircraftService.DeleteAircraftAsync(id);
 }