using System; using System.Collections.Generic; using System.Text; namespace ET { public class PKTeam:Entity { public Team teamA; public Team teamB; } }