Ejemplo n.º 1
0
 public string IsExistFlowDataByUserID(string UserID, string PostID)
 {
     //OracleConnection con = ADOHelper.GetOracleConnection();
     try
     {
         FlowBLL Flow = new FlowBLL();
         return Flow.IsExistFlowDataByUserID( UserID, PostID);
     }
     catch (Exception ex)
     {
         Tracer.Debug("IsExistFlowDataByUserID:" + UserID + " Ex:" + ex.Message);
         throw ex;
     }
 }