Пример #1
0
 public void PayRemindByOrgID(string strOrgType, string strOrgID, DateTime dtCurDate, ref string strMsg)
 {
     using (PaymentBLL bll = new PaymentBLL())
     {
         bll.PayRemindByOrgID(strOrgType, strOrgID, dtCurDate, ref strMsg);
     }
 }