Example #1
0
 public async Task AddNew(Pilot pilot)
 {
     if (pilot is Pilot)
     {
         await service.CreatePilotAsync(pilot);
     }
 }