BExIS.Web.Shell.Controllers.TestController.removeTestPartyRelationshipType C# (CSharp) Method

removeTestPartyRelationshipType() private method

private removeTestPartyRelationshipType ( List partyRelationshipType ) : bool
partyRelationshipType List
return bool
        private bool removeTestPartyRelationshipType(List<PartyRelationshipType> partyRelationshipType)
        {
            Dlm.Services.Party.PartyRelationshipTypeManager pmr = new Dlm.Services.Party.PartyRelationshipTypeManager();
            return pmr.Delete(partyRelationshipType);
        }

Same methods

TestController::removeTestPartyRelationshipType ( PartyRelationshipType partyRelationshipType ) : bool