Exemple #1
0
 protected void Submit()
 {
     try
     {
         ValidarRolActual();
         if (this.Validar())
         {
             this.ExecSubmit();
         }
     }
     catch (ApplicationException e)
     {
         MessageFactory.Alert(e.Message);
     }
 }