public InicioSesionController()
 {
     _inicioSesion = new Servicio.InicioSesion();
 }
예제 #2
0
 public IniciarSesionPresentador(IInicioSesion inicioSesion, INotificationService notificationService)
 {
     _notification = notificationService;
     _inicioSesion = inicioSesion;
 }