public void AddAgentRelationship(AgentRelationship agentRelationship) { if (AgentRelationships == null) { AgentRelationships = new List <AgentRelationship>(); } AgentRelationships.Add(agentRelationship); }
public void AddAgentRelationship(AgentRelationship agentRelationship) { AgentRelationships.Add(agentRelationship); }