using System.Collections.Generic; namespace HNWD.Pregrant.Model { public class MP3FileExt : ModelExtBase { public List Mp3FileList = new List(); } }