示例#1
0
 public async Task RemoveAsync(Guid id)
 {
     await _questionAppService.RemoveAsync(id);
 }