12 lines
194 B
C#
12 lines
194 B
C#
using System;
|
|
using System.Configuration;
|
|
using System.Collections.Generic;
|
|
using Yavsc.Model.Blogs;
|
|
|
|
namespace Yavsc.Model.Blogs
|
|
{
|
|
public class BlogEntryCollection : List<BlogEntry>
|
|
{
|
|
}
|
|
|
|
}
|