Exemplo n.º 1
0
 public async Task Update(Pilot pilot)
 {
     if (pilot is Pilot)
     {
         await service.UpdatePilotAsync(pilot);
     }
 }