예제 #1
0
 public static DataTable GetSentboxQueue(SmsSenderAgentReference smsSenderAgentRefrence, int agentQueueSize, int threadCount)
 {
     Business.Sms smsController = new Business.Sms();
     return(smsController.GetSentboxQueue(smsSenderAgentRefrence, agentQueueSize, threadCount));
 }