Example #1
0
 public async Task <List <Text> > GetTexts(Guid sourceId)
 {
     return(await _textManager.GetTexts(sourceId).Where(x => x.SourceId == sourceId).ToListAsync());
 }