Exemplo n.º 1
0
 private void InsertarEnBasesDeDatos(Session _userSession)
 {
     ScreenManager.TomarPantallazo(_userSession);
     SQLiteManager.InsertarDatos(_userSession);
     OracleManager.InsertarDatosEnPasarela(_userSession);
     OracleManager.InsertarFoto(_userSession);
 }