예제 #1
0
 public virtual void DeleteShelfItem(Int32 id)
 {
     entityDao.DeleteShelfItem(id);
 }