Exemple #1
0
 public void CargarGrid()
 {
     try
     {
         RR_Blog Datos = new RR_Blog {
             Conexion = Comun.Conexion
         };
         RR_AdministradorWebNegocio GN = new RR_AdministradorWebNegocio();
         Lista = GN.ObtenerPublicacionesBlog(Datos);
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }