Exemplo n.º 1
0
 public void TestGetByRatableType()
 {
     var repo = new NpsRepository();
     var results = repo.RetrieveByRatableType("CustomerSupportCase");
     Assert.IsNotNull(results);
     Assert.IsTrue(results.Length > 1);
 }