Beispiel #1
0
 public async Task <int> DeletePilot(int id)
 {
     return(await pilotService.DeletePilotAsync(id));
 }