Exemplo n.º 1
0
 public bool CreateNewBlogItem(BlogItem b)
 {
     return(blogInterface.CreateNewBlogItem(b));
 }