Exemple #1
0
 public async Task <IEnumerable <TagSession> > ListAsync()
 {
     return(await _tagSessionRepository.ListAsync());
 }