示例#1
0
 public async Task <int> CountQuestions(string tagName = null)
 {
     return(await _questionRepository.CountAsync(tagName));
 }