public void Delete(TimeSpend timeSpend) { ProjectSecurity.DemandDeleteTimeSpend(timeSpend); timeSpendDao.Delete(timeSpend.ID); }