13 lines
214 B
C#
13 lines
214 B
C#
|
12 years ago
|
using System;
|
||
|
|
using System.Configuration;
|
||
|
|
using System.Configuration.Provider;
|
||
|
|
using System.Collections.Generic;
|
||
|
|
|
||
|
|
namespace Npgsql.Web.Blog.DataModel
|
||
|
|
{
|
||
|
|
public class BlogEntryCollection : List<BlogEntry>
|
||
|
|
{
|
||
|
|
}
|
||
|
|
|
||
|
|
}
|