Exemplo n.º 1
0
 public void TestGetByRatableId()
 {
     var repo = new NpsRepository();
     var results = repo.RetrieveByRatableId("bb0a9381f2334b5da4034d78792189ed");
     Assert.IsNotNull(results);
     Assert.IsTrue(results.Length == 2);
 }