Tests.TestsAutorizacion.Instancia.EjecutarTodos();
Console.Read();
+ /*
+ Controlador.RecibirPrestacionesController rpc = new Controlador.RecibirPrestacionesController();
+ using ( rpc )
+ {
+ rpc.InsertarDatosNecesarios();
+ rpc.procesarInfoRecibida();
+ }
+*/
//Acá pueden agregar más, si quieren
}
VConsultarAfiliado v = new VConsultarAfiliado ();
v.Run ();
}
+
+ public void OnConsultarAutorizaciones (object o, EventArgs args)
+ {
+ VConsultarAutorizaciones v = new VConsultarAutorizaciones ();
+ v.Run ();
+ }
+
+ public void OnPedidoAutorizacionAutomatica (object o, EventArgs args)
+ {
+ }
+
+ public void OnProcesarInformes (object o, EventArgs args)
+ {
+ /* Recibir y Cotejar */
+ Controlador.RecibirPrestacionesController rpc = new Controlador.RecibirPrestacionesController();
+ using ( rpc )
+ {
+ //rpc.InsertarDatosNecesarios();
+ rpc.procesarInfoRecibida();
+ }
+ }
+
}