示例#1
0
 public bool CreateNewBlogItem(BlogItem b)
 {
     return(blogInterface.CreateNewBlogItem(b));
 }