Ejemplo n.º 1
0
        public async Task <JobDto> GetJobInQueue()
        {
            _logger.LogInformation("Trying to get a job in queue.");

            return(await _jobQueueService.CheckJob());
        }