Ejemplo n.º 1
0
 public ZonaVMM(ApplicationDbContext context) : base(context)
 {
     _imagenesEscudosPersistence = new ImagenesEscudosDiskPersistence(new AppPathsWebApp());
 }
Ejemplo n.º 2
0
 protected TablaBuilderPadre(ApplicationDbContext context)
 {
     Context = context;
     _imagenesEscudosPersistence = new ImagenesEscudosDiskPersistence(new AppPathsWebApp());
 }
Ejemplo n.º 3
0
 public ResumenDeJornadasBuilder()
 {
     _imagenesEscudosPersistence = new ImagenesEscudosDiskPersistence(new AppPathsWebApp());
 }
Ejemplo n.º 4
0
 public WebPublicaVMM(ApplicationDbContext context)
 {
     _context = context;
     _imagenesEscudosPersistence    = new ImagenesEscudosDiskPersistence(new AppPathsWebApp());
     _imagenesPublicidadPersistence = new ImagenesPublicidadDiskPersistence(new AppPathsWebApp());
 }
Ejemplo n.º 5
0
 public ClubController()
 {
     _equipoVMM = new EquipoVMM(Context);
     _imagenesEscudosPersistence = new ImagenesEscudosDiskPersistence(new AppPathsWebApp());
 }