예제 #1
0
 // Update the currentDate field to GETDATE()
 public int updateIncompleteTasksToCurrentDate()
 {
     return(TasksDAL.updateIncompleteTasksToCurrentDate());
 }