Example #1
0
 public DvdsController(DvdtekaContext context)
 {
     _context = context;
 }
Example #2
0
 public GenresController(DvdtekaContext context)
 {
     this.context = context;
 }
Example #3
0
 public MemberContactsController(DvdtekaContext context)
 {
     _context = context;
 }
Example #4
0
 public DirectorsController(DvdtekaContext context)
 {
     _context = context;
 }
Example #5
0
 public RentsController(DvdtekaContext context)
 {
     _context = context;
 }
Example #6
0
 public InvoicesController(DvdtekaContext context)
 {
     _context = context;
 }
Example #7
0
 public HomeController(DvdtekaContext context)
 {
     this.context = context;
 }