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