AssocOneToMany.Models.Team.Team C# (CSharp) Method

Team() public method

public Team ( ) : System
return System
        public Team()
        {
            Players = new List<Player>();
        }
Team