feat(Database) Adding entity dialog

This commit is contained in:
2022-04-01 17:35:10 -04:00
parent c4f1b86f27
commit a9d3920237
36 changed files with 429 additions and 150 deletions
+2
View File
@@ -38,6 +38,8 @@ builder.Services.AddSingleton(new HttpClient {
});
builder.Services.AddSingleton<IEntityDialogService, EntityDialogService>();
#if NO_SQL
#else