using System.Collections.Generic; namespace Common.Library.DataLayer.DTO.Websites.JasonNeumannAudio.com { public class AboutPageDTO { public int AboutPageID { get; set;} public string AboutPageText { get; set; } } public class AboutPageDTOCollection : List{ } }