Exemplo n.º 1
0
 public UsuariosController(RepositoryProyecto repo)
 {
     this.repo = repo;
 }
Exemplo n.º 2
0
 public JuegosController(RepositoryProyecto repo)
 {
     this.repo = repo;
 }
 public ManageController(HelperCorreo helper, RepositoryProyecto repo)
 {
     this.helper = helper;
     this.repo   = repo;
 }
Exemplo n.º 4
0
 public JuegosPrincipalesViewComponent(RepositoryProyecto repo)
 {
     this.repo = repo;
 }
Exemplo n.º 5
0
 public ManageController(RepositoryProyecto repo)
 {
     this.repo = repo;
 }
 public AuthController(RepositoryProyecto repo, IConfiguration configuration)
 {
     this.repo   = repo;
     this.helper = new HelperToken(configuration);
 }
 public AdministracionController(RepositoryProyecto repo)
 {
     this.repo = repo;
 }