예제 #1
0
 public bool insertTest(Accessory accessory)
 {
     return(accessoryDAO.insert(accessory));
 }