public SMSApi.Api.Action.HLRCheckNumber ActionCheckNumber(string number = null)
        {
            var action = new SMSApi.Api.Action.HLRCheckNumber();

            action.Client(client);
            action.Proxy(proxy);

            action.SetNumber(number);

            return action;
        }
Пример #2
0
        public SMSApi.Api.Action.HLRCheckNumber ActionCheckNumber(string number = null)
        {
            var action = new SMSApi.Api.Action.HLRCheckNumber();

            action.Client(client);
            action.Proxy(proxy);

            action.SetNumber(number);

            return(action);
        }