Exemplo n.º 1
0
 public void EntriesDeleteTest()
 {
     try
     {
         EntityService.DeleteEntries(new ConfigModel {
             AccesTokenDeveloper = DeveloperAccessToken
         }, ExampleEntityId, "test1", "test2");
     }
     catch (ApiAiException ex)
     {
         // Use debug to check this "ex" value
         Assert.Fail();
     }
 }