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

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

            example.Run();
        }