예제 #1
0
        public async void StartAsync()
        {
            try
            {
                // _databaseQueueService.StartAsync();
                await _stellarService.StartAsync();

                _logger.LogInformation("Startup service has completed");
            }
            catch (Exception e)
            {
                _logger.LogError(e.Message, e);
            }
        }
 public async Task StartAsync()
 {
     await _stellarService.StartAsync();
 }