示例#1
0
 public HomeController(CinekongContext _context)
 {
     this._context = _context;
 }
 public InicioSesionController(CinekongContext _context) => this._context = _context;
示例#3
0
 public RegistroController(CinekongContext _context) => this._context = _context;