Beispiel #1
0
 protected void GetBlogObjects(string strBlogId)
 {
     blogDal = new BlogDAL();
     blog    = blogDal.LoadBlogData(strBlogId);
 }