public void VerifyResult()
        {
            SendSmsToSignerExample example = new SendSmsToSignerExample();

            example.Run();
        }
Exemple #2
0
        public void VerifyResult()
        {
            SendSmsToSignerExample example = new SendSmsToSignerExample(Props.GetInstance());

            example.Run();
        }