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