Example #1
0
 public async Task <ActionResult <List <Movie> > > Index()
 {
     return(View(await _movieDomainService.GetAllMovies()));
 }