Exemple #1
0
 public static DataTable GetBlackListNumber(Guid smsSentGuid, SmsSendError smsSendError)
 {
     Business.Sms smsController = new Business.Sms();
     return(smsController.GetBlackListNumber(smsSentGuid, smsSendError));
 }