Esempio n. 1
0
 /// <summary>
 /// Removes all To-do items from the repository.
 /// </summary>
 /// <returns></returns>
 public async Task ClearList()
 {
     await _todoRepo.Clear();
 }