Exemplo n.º 1
0
 public IList <IToDoItem> GetTodoItems(string idFilter = "")
 {
     // TODO: Need to sanitise the idFilter string for injection attempts
     return(_toDoMapper.GetToDoItems(idFilter));
 }