Ejemplo n.º 1
0
 public List <Todo> GetIncomingTodo(string key) //the choice are just "today" ,"tommorow", "week"
 {
     return(toDo.GetIncomingTodo(key));         //call GetIncomingTodo method with parameter key
 }