Example #1
0
 public async Task DeleteTodoByIdAsync(long id)
 {
     await _todosRepository.DeleteTodoByIdAsync(id);
 }