예제 #1
0
 public RentalRecord(superstoreContext context)
 {
     _context = context;
 }
예제 #2
0
 public MoviesController(superstoreContext context)
 {
     _context = context;
 }
예제 #3
0
 private readonly superstoreContext _context; //database
 public HomeController(superstoreContext context)
 {
     this._context = context;
 }
예제 #4
0
 public Customers(superstoreContext context)
 {
     _context = context;
 }