예제 #1
0
 public async Task Proposal([FromBody] CreateProposalInput input)
 {
     await _blogAppService.CreateProposalAsync(input);
 }