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