using System;
namespace BloggerToDasBlog.Console {
public class BloggerCommentXmlElement {
public const String Root = "bi_comments";
public const String Author = "bi_commentauthor";
public const String Date = "bi_commentdate";
public const String Body = "bi_commentbody";
}
}