示例#1
0
 public async Task <QuestionViewModel> AddAsync(QuestionViewModel obj)
 {
     return(await _questionAppService.AddAsync(obj));
 }