Esempio n. 1
0
        public async Task <bool> Inicia()
        {
            try
            {
                await _droneCommand.LiberaDrone();
            }
            catch (Exception ex)
            {
                throw ex;
            }

            return(true);
        }
Esempio n. 2
0
 public async Task Inicia()
 {
     await _droneCommand.LiberaDrone();
 }