using System; using System.Configuration; using System.Collections.Generic; using Yavsc.Model.Blogs; namespace Yavsc.Model.Blogs { public class BlogEntryCollection : List { } }