コード例 #1
0
        public async Task <IActionResult> Get()
        {
            log.Info("Hello logging world!");
            var result = await _associateProcessor.GetAll();

            return(Ok(result));
        }
コード例 #2
0
        public async Task <IActionResult> Get()
        {
            var result = await _associateProcessor.GetAll();

            return(Ok(result));
        }