Example #1
0
 public async Task AddToDoItemAsync(ToDoModel newItem)
 {
     await _toDoRepository.AddToDoItemAsync(newItem);
 }