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