예제 #1
0
 public HomeController(CinekongContext _context)
 {
     this._context = _context;
 }
예제 #2
0
 public InicioSesionController(CinekongContext _context) => this._context = _context;
예제 #3
0
 public RegistroController(CinekongContext _context) => this._context = _context;