コード例 #1
0
ファイル: MoviesController.cs プロジェクト: thorntonjdt/C-MVC
 public MoviesController(MVCMoviesContext context)
 {
     _context = context;
 }