예제 #1
0
 public void Update(Post post)
 {
     db.Update(post);
 }
 public void Update(Post url)
 {
     objDb.Update(url);
 }