Пример #1
0
        public async Task <IActionResult> AddThreads()
        {
            await _threadService.AddThreads();

            return(Ok());
        }