Beispiel #1
0
 public AdministracionController(IRepositoryMinijuegos repo)
 {
     this.repo = repo;
 }
Beispiel #2
0
 public miniController(IRepositoryMinijuegos repo)
 {
     this.repo = repo;
 }
 public AdministracionController(IRepositoryMinijuegos repo, PathProvider pathprovider)
 {
     this.repo         = repo;
     this.pathprovider = pathprovider;
 }
 public ValidadorController(IRepositoryMinijuegos repo)
 {
     this.repo = repo;;
 }
Beispiel #5
0
 public JuegosController(IRepositoryMinijuegos repo)
 {
     this.repo = repo;;
 }
Beispiel #6
0
 public AuthController(IRepositoryMinijuegos repo
                       , IConfiguration configuration)
 {
     this.configuration = configuration;
     this.repo          = repo;
 }
Beispiel #7
0
 public CategoriasViewComponent(IRepositoryMinijuegos repo)
 {
     this.repo = repo;
 }