Esempio n. 1
0
 internal bool NotificarCorreo()
 {
     #region NotificarCorreo
     try
     {
         return(operacion.NotificarCorreoBLL());
     }
     catch (Exception)
     {
         throw;
     }
     #endregion
 }