Assignment6.Controllers.GenreWithDetails.GenreWithDetails C# (CSharp) Method

GenreWithDetails() public method

public GenreWithDetails ( ) : System
return System
        public GenreWithDetails()
        {
            Tracks = new List<TrackBase>();
        }
GenreWithDetails