예제 #1
0
        public SMSApi.Api.Action.VMSSend ActionSend(string[] to)
        {
            SMSApi.Api.Action.VMSSend action = new SMSApi.Api.Action.VMSSend();
            action.Client(client);
            action.Proxy(proxy);
            action.SetTo(to);

            return(action);
        }
        public SMSApi.Api.Action.VMSSend ActionSend(string[] to)
        {
            SMSApi.Api.Action.VMSSend action = new SMSApi.Api.Action.VMSSend();
            action.Client(client);
            action.Proxy(proxy);
            action.SetTo(to);

            return action;
        }