Beispiel #1
0
 public string Lista_Conta_Email(decimal ID_USUARIO, decimal ID_USUARIO_ORIGINAL)
 {
     try
     {
         using (Doran_ERP_Servicos_Email.Th2_Email_Conta c = new Doran_ERP_Servicos_Email.Th2_Email_Conta(ID_USUARIO))
         {
             return(c.Lista_Conta_Email());
         }
     }
     catch (Exception ex)
     {
         Doran_Base.Auditoria_ERP_Servicos.Doran_Exception.GravaErro(ex, ID_USUARIO_ORIGINAL);
         throw ex;
     }
 }