We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03b2eb8 commit 893a2bbCopy full SHA for 893a2bb
src/HappyNotes.Services/SearchService.cs
@@ -1,16 +1,5 @@
1
using System.Net.Http.Headers;
2
using System.Text;
3
-using HappyNotes.Repositories.interfaces;
4
-.
5
-/private readonly HttpClient _httpClient;/a
6
-
7
- private readonly INoteRepository _noteRepository;
8
9
-/ManticoreConnectionOptions options)/c
10
-ManticoreConnectionOptions options, INoteRepository noteRepository)
11
12
-/_httpClient.DefaultRequestHeaders.Accept.Add(new MediaTypeWithQualityHeaderValue("application\/json"));/a
13
- _noteRepository = noteRepository;
14
using System.Text.Json;
15
using Api.Framework.Extensions;
16
using HappyNotes.Common;
0 commit comments