예제 #1
0
 public MoviesController()
 {
     this._context = new DbContext();
 }
예제 #2
0
 public CustomerController()
 {
     _context = new DbContext();
 }