Exemplo n.º 1
0
 internal Blog CreateBlog(Blog newBlog)
 {
     return(_repo.CreateBlog(newBlog));
 }