using Orchard.ContentManagement;
namespace Orchard.Comments.Models {
public class Comment : ContentPart<CommentRecord> {
}