open source update. Fixed Database filters, added docs page

This commit is contained in:
2022-04-03 13:13:59 -04:00
parent 932b3b9e16
commit 73cc82709c
17 changed files with 273 additions and 37 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ using Microsoft.EntityFrameworkCore;
using Model.Website;
namespace Services.Work;
namespace Services.Development;
public class WebsiteService : IWebsiteService {
private readonly HttpClient httpClient;