示例#1
0
 public async Task <ApiResponse> AddQuestionAsync([FromBody] AddQuestionRequest request) =>
 await _questionsService.AddQuestionAsync(request);