コード例 #1
0
 public async Task <GlossaryTerm> FindByIdTerm(string term)
 {
     return(await _dataRepository.FindByIdTerm(term));
 }