Пример #1
0
 public async Task <string> GetParagraph(int idDeThi)
 {
     return(await _docRepository.GetParagraph(idDeThi));
 }