PlayoffsCreator.Models.TeamModel.TeamModel C# (CSharp) Method

TeamModel() public method

public TeamModel ( ) : System
return System
        public TeamModel()
        {
            players = new List<PlayerModel>(); 
        }
    }
TeamModel