示例#1
0
 public BlogPost Readmore(int id)
 {
     return(objBlog.GetBlogPostById(id));
     //return objBlogPost.GetBlogPostById(id);
 }