예제 #1
0
 public Blog UpdateBlog(Blog blog)
 {
     return(_blogDAL.UpdateBlog(blog));
 }