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