Beispiel #1
0
 public async Task <Term> TermByCodeAsync(string code)
 {
     return(await _termRepository.GetTermByCode(code));
 }