예제 #1
0
 public bool IsTaskIDTaken(int taskID)
 {
     return(TaskList.Any(task => task.TaskID == taskID));
 }