예제 #1
0
        public async Task <Example> CreateAsync([FromBody] Example example)
        {
            await _exampleService.CreateAsync(example);

            return(example);
        }