Example #1
0
 public void ActualizarNotificacionVisto(NotificacionesSistemas NS)
 {
     try
     {
         NotificacionSistemas_Datos NSD = new NotificacionSistemas_Datos();
         NSD.ActualizarNotificacionVisto(NS);
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }
Example #2
0
 public void ObtenerNotificaciones(NotificacionesSistemas Datos)
 {
     try
     {
         NotificacionSistemas_Datos NSD = new NotificacionSistemas_Datos();
         NSD.ObtenerNotificaciones(Datos);
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }