예제 #1
0
 public void DeleteById(int accountItemId)
 {
     AccountItemDao.DeleteById(accountItemId);
 }