public async Task Delete(int id) { await planeService.DeletePlaneById(id); }
public void Delete(int id) { planeService.DeletePlaneById(id); }