public void Delete(Guid id) { _airplaneService.Excluir(id); }
public async Task Delete(int id) { await _service.Excluir(id); }