コード例 #1
0
 public void DeleteTimeEntry(int entryId)
 {
     _tsManager.DeleteTimeEntry(entryId);
 }