Example #1
0
 internal Blog CreateBlog(Blog newBlog)
 {
     return(_repo.CreateBlog(newBlog));
 }