コード例 #1
0
 public bool Destroy(object Id)
 {
     return(TimeEntry.Destroy(Id) == 1);
 }
コード例 #2
0
 public bool Delete(object Id)
 {
     return(TimeEntry.Delete(Id) == 1);
 }