コード例 #1
0
 private void AddEmployeeMonthlyTimesheetSubmissionStatus(EmployeeTimesheetInformation employeeTimesheetInformation)
 {
     throw new NotImplementedException();
     //This method will call data store to update employee's monthly timesheet submission status to database
 }
コード例 #2
0
 private void AddEmployeeTimesheetInformation(EmployeeTimesheetInformation employeeTimesheetInformation)
 {
     throw new NotImplementedException();
     //This method will call data store to add this record to database
 }
コード例 #3
0
 private bool IsTimesheetSubmitted(DateTime date, EmployeeTimesheetInformation employeeTimesheetInformation)
 {
     throw new NotImplementedException();
 }
コード例 #4
0
 private bool HasUserLoggedHours(DateTime date, EmployeeTimesheetInformation employeeTimesheetInformation)
 {
     throw new NotImplementedException();
 }