Example #1
0
 public async Task <IEnumerable <ShowItem> > GetAllShowsAsync()
 {
     return(await _showRepository.GetAllAsync());
 }