Beispiel #1
0
 public void Delete(TimeSpend timeSpend)
 {
     ProjectSecurity.DemandDeleteTimeSpend(timeSpend);
     timeSpendDao.Delete(timeSpend.ID);
 }
 public void Delete(int id)
 {
     timeSpendDao.Delete(id);
 }