Example #1
0
 public UsuarioController(ProyectoCTX _ctx)
 {
     ctx = _ctx;
 }
Example #2
0
 public ActividadController(ProyectoCTX _ctx)
 {
     ctx = _ctx;
 }
Example #3
0
 public LoginController(ProyectoCTX _ctx)
 {
     ctx = _ctx;
 }
Example #4
0
 public HomeController(ProyectoCTX _ctx)
 {
     ctx = _ctx;
 }
Example #5
0
 public DashboardController(ProyectoCTX _ctx)
 {
     ctx = _ctx;
 }