feat(Database) Adding entity dialog
This commit is contained in:
@@ -38,6 +38,8 @@ builder.Services.AddSingleton(new HttpClient {
|
||||
});
|
||||
|
||||
|
||||
builder.Services.AddSingleton<IEntityDialogService, EntityDialogService>();
|
||||
|
||||
#if NO_SQL
|
||||
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user