Example #1
0
 public async Task <IEnumerable <DayShow> > Top7DatesShow()
 {
     return(await showingService.Top7DatesShow());
 }