public SessaoController(MvcLocadoraContext context) { _context = context; }
public ClienteController(MvcLocadoraContext context) { _context = context; }
public AtorController(MvcLocadoraContext context) { _context = context; }
public VideoController(MvcLocadoraContext context) { _context = context; }
public DVDController(MvcLocadoraContext context) { _context = context; }