コード例 #1
0
 public void AddQuestion(QuestionDto model) => _questionAppService.AddQuestion(model, UserName);