Пример #1
0
        /// <summary>
        /// 发送审核结束短信
        /// </summary>
        public void SendConfirmOverPhone(int leaveRequestID, LeaveRequestItem item, DiyStep nextStep, int nowAccountID)
        {
            DelSendPhoneUseID2 sendPhoneDelegate = SendConfirmOverPhoneF;

            sendPhoneDelegate.BeginInvoke(leaveRequestID, item, nextStep, nowAccountID, null, null);
        }
        /// <summary>
        /// 发送审核结束短信
        /// </summary>
        public void SendConfirmOverPhone(int traineeApplicationID, int nowAccountID)
        {
            DelSendPhoneUseID2 sendPhoneDelegate = SendConfirmOverPhoneF;

            sendPhoneDelegate.BeginInvoke(traineeApplicationID, nowAccountID, null, null);
        }