Example #1
0
 public Lote(ILoteInfrastructure loteInfrastructure, IArticuloInfrastructure articuloInfrastructure,
             IUsuarioInfrastructure usuarioInfrastructure,
             INotificacionesInfrastructure notificacionesInfrastructure)
 {
     _loteInfrastructure           = loteInfrastructure;
     _articuloInfrastructure       = articuloInfrastructure;
     _usuarioInfrastructure        = usuarioInfrastructure;
     _notificacionesInfrastructure = notificacionesInfrastructure;
 }
Example #2
0
 public Notificaciones(INotificacionesInfrastructure notificacionesInfrastructure)
 {
     _notificacionesInfrastructure = notificacionesInfrastructure;
 }