コード例 #1
0
 public MoviesController()
 {
     _context = new Persistence.VidlyContext();
 }
コード例 #2
0
 public CustomersController()
 {
     _context = new Persistence.VidlyContext();
 }