MP3FileExt.cs 200 B

123456789
  1. using System.Collections.Generic;
  2. namespace HNWD.Pregrant.Model
  3. {
  4. public class MP3FileExt : ModelExtBase<MP3File>
  5. {
  6. public List<MP3File> Mp3FileList = new List<MP3File>();
  7. }
  8. }