feat(BuildCalc) Wait To button and some WIP code
This commit is contained in:
@@ -6,13 +6,13 @@ namespace Services.Website;
|
||||
public class SearchService : ISearchService
|
||||
{
|
||||
private readonly IDocumentationService documentationService;
|
||||
|
||||
private bool isLoaded;
|
||||
private readonly INoteService noteService;
|
||||
|
||||
|
||||
private readonly IWebsiteService websiteService;
|
||||
|
||||
private bool isLoaded;
|
||||
|
||||
public SearchService(IWebsiteService websiteService, INoteService noteService,
|
||||
IDocumentationService documentationService)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user