Esempio n. 1
0
        public async Task <IActionResult> GetExecutorListAsync()
        {
            IEnumerable aExecutors = await _executorService.GetExecutorListAsync();

            return(Ok(aExecutors));
        }