示例#1
0
 public void UpdateQuestion(QuestionDto model) => _questionAppService.UpdateQuestion(model, UserName);