Exemplo n.º 1
0
 public void GetByTemporaryPolicyNumber_Test_Region()
 {
     using (var client = new PolicyStatusService.PolicyStatusServiceClient())
     {
         var policyInfo = client.GetStatusByTemporaryPolicyNumber(2, "123993429");
     }
 }
Exemplo n.º 2
0
 public void GetByTemporaryPolicyNumber_NegativeTest()
 {
     using (var client = new PolicyStatusService.PolicyStatusServiceClient())
     {
         var policyInfo = client.GetStatusByTemporaryPolicyNumber(1, "00000000");
     }
 }
Exemplo n.º 3
0
 public void GetByTemporaryPolicyNumber_Test_Moscow()
 {
     using (var client = new PolicyStatusService.PolicyStatusServiceClient())
     {
         var policyInfo = client.GetStatusByTemporaryPolicyNumber(1, "046865356");
     }
 }