Beispiel #1
0
 public ReporteListaCancionesAlbum(IGestorPersistencia gestorPersistencia) : base(gestorPersistencia)
 {
 }
Beispiel #2
0
 public ReporteDetalleInterprete(IGestorPersistencia gestorPersistencia) : base(gestorPersistencia)
 {
 }
Beispiel #3
0
 protected ReporteBase(IGestorPersistencia gestorPersistencia)
 {
     _gestorPersistencia = gestorPersistencia;
 }
Beispiel #4
0
 public GestorAutenticacion(IGestorPersistencia gestorPersistencia)
 {
     _gestorPersistencia = gestorPersistencia;
 }
Beispiel #5
0
 public GestorDominio(IGestorPersistencia gestorPersistencia)
 {
     _gestorPersistencia = gestorPersistencia;
 }
Beispiel #6
0
 public ReporteListaAlbumes(IGestorPersistencia gestorPersistencia) : base(gestorPersistencia)
 {
 }
Beispiel #7
0
 public FabricaReportes(IGestorPersistencia gestorPersistencia)
 {
     _gestorPersistencia = gestorPersistencia;
 }