Exemple #1
0
 public async Task <IEnumerable <DroneSituacaoModel> > ListarDrones()
 {
     return(await _droneService.ListarDronesAsync());
 }