예제 #1
0
 public void create(Comment t)
 {
     commentDao.create(t);
 }