Example #1
0
 public async Task <IEnumerable <Dayshow> > DayShowOfFilm(int id)
 {
     return(await showingService.DayShowOfFilm(id));
 }