Exemplo n.º 1
0
        public SMSApi.Api.Action.MMSSend ActionSend(string[] to)
        {
            SMSApi.Api.Action.MMSSend action = new SMSApi.Api.Action.MMSSend();
            action.Client(client);
            action.Proxy(proxy);
            action.SetTo(to);

            return action;
        }
Exemplo n.º 2
0
        public SMSApi.Api.Action.MMSSend ActionSend(string[] to)
        {
            SMSApi.Api.Action.MMSSend action = new SMSApi.Api.Action.MMSSend();
            action.Client(client);
            action.Proxy(proxy);
            action.SetTo(to);

            return(action);
        }