예제 #1
0
        public async Task <IActionResult> GoodBlocking()
        {
            var service = new LegacyService();

            var result = await service.DoSyncOperationWithAsyncReturn();

            return(Ok(result));
        }