コード例 #1
0
 public void Delete(TimeSpend timeSpend)
 {
     ProjectSecurity.DemandDeleteTimeSpend(timeSpend);
     timeSpendDao.Delete(timeSpend.ID);
 }
コード例 #2
0
 public void Delete(int id)
 {
     timeSpendDao.Delete(id);
 }