Exemple #1
0
 public List <Todo> GetSpecificTodo(string key) //key is used to get spesific todo based on title and description
 {
     return(toDo.GetSpecificTodo(key));         //call GetSpecificTodo method with parameter key
 }