Exemple #1
0
 public async Task <IEnumerable <Text> > GetAllAsync()
 {
     return((await _textRepository.GetAllAsync()).Select(Convert));
 }