1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
public SMSManager(
string strMessageTo,
string strMessageBody,
bool blnCopyToSendSMSTo,
string strIdEvent,
bool blCRM,
string strIdOrder,
uint uintRelatedEntity,
int intRelatedReminded,
string strIdUser,
out XmlDocument xmlResponse
): this(strMessageTo, strMessageBody, blnCopyToSendSMSTo, strIdEvent, false, "", 0, 0, strIdUser, out xmlResponse)
{}
public SMSManager(
string strMessageTo,
string strMessgeBody,
bool blnCopyToSendSMSTo,
string strIdEvent,
bool blCRM,
string strIdOrder,
uint uintRelatedEntity,
int intRelatedReminded,
string strIdUser,
out XmlDocument XmlResult
)
{ ................................} |