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