示例#1
0
 public SessaoController(MvcLocadoraContext context)
 {
     _context = context;
 }
 public ClienteController(MvcLocadoraContext context)
 {
     _context = context;
 }
示例#3
0
 public AtorController(MvcLocadoraContext context)
 {
     _context = context;
 }
 public VideoController(MvcLocadoraContext context)
 {
     _context = context;
 }
示例#5
0
 public DVDController(MvcLocadoraContext context)
 {
     _context = context;
 }