public InicioSesionController()
 {
     _inicioSesion = new Servicio.InicioSesion();
 }
Ejemplo n.º 2
0
 public IniciarSesionPresentador(IInicioSesion inicioSesion, INotificationService notificationService)
 {
     _notification = notificationService;
     _inicioSesion = inicioSesion;
 }