예제 #1
0
 public async Task AddNew(Plane plane)
 {
     if (plane is Plane)
     {
         await service.CreatePlaneAsync(plane);
     }
 }