예제 #1
0
 public void UpdateWith(Comment model)
 {
     mapper.Update(model, this);
 }