예제 #1
0
 // Update task to complete status
 public int updateTaskCompleted(int taskID)
 {
     return(TasksDAL.updateTaskCompleted(taskID));
 }