Beispiel #1
0
 public MoviesController()
 {
     context = new TamilRockersDbContext();
 }
 public CustomersController()
 {
     context = new TamilRockersDbContext();
 }