Example #1
0
 public void TearDownOrganisationTypesTests()
 {
     OrganisationTypeHandler.DeleteRecords(new List <int> {
         _organisationType1.Id, _organisationType2.Id
     });
 }