Exemplo n.º 1
0
 public void Delete(TimeSpend timeSpend)
 {
     ProjectSecurity.DemandDeleteTimeSpend(timeSpend);
     timeSpendDao.Delete(timeSpend.ID);
 }
Exemplo n.º 2
0
 public void Delete(int id)
 {
     timeSpendDao.Delete(id);
 }