コード例 #1
0
ファイル: DataAcess.cs プロジェクト: MIS499/TimeReporting
 public abstract bool UpdateTimeEntry(TimeEntry timeEntry);
コード例 #2
0
ファイル: DataAcess.cs プロジェクト: MIS499/TimeReporting
 //TimeEntry
 public abstract int CreateNewTimeEntry(TimeEntry newTimeEntry);