11 |
--------------------------------------------------------------------------------
/csharp/src/Movies/MotionPictures/Pages/Index.cshtml.cs:
--------------------------------------------------------------------------------
1 | using Microsoft.AspNetCore.Mvc;
2 | using Microsoft.AspNetCore.Mvc.RazorPages;
3 |
4 | namespace MotionPictures.Pages;
5 |
6 | public class IndexModel : PageModel
7 | {
8 | private readonly ILogger