Example #1
0
 public async Task <IEnumerable <TimeShow> > ScreeningFilmOfDate(ShowingOfFilmOfDayRequests request)
 {
     return(await showingService.ScreeningFilmOfDate(request));
 }