public DataTable GetBlackListNumber(Guid smsSentGuid, SmsSendError smsSendError) { return(FetchSPDataTable("GetSpecificOuterSystemID", "@SmsSentGuid", smsSentGuid, "@OuterSystemSmsID", (int)smsSendError)); }
public static DataTable GetBlackListNumber(Guid smsSentGuid, SmsSendError smsSendError) { Business.Sms smsController = new Business.Sms(); return(smsController.GetBlackListNumber(smsSentGuid, smsSendError)); }