ProspectService
This commit is contained in:
@@ -17,6 +17,7 @@ builder.Services.AddDbContextFactory<FsContext>(opt =>
|
||||
// DI
|
||||
builder.Services.AddScoped<FsContext>();
|
||||
builder.Services.AddScoped<UserService>();
|
||||
builder.Services.AddScoped<ProspectService>();
|
||||
|
||||
builder.Services.AddBlazorise(options => { options.ChangeTextOnKeyPress = true; }).AddMaterialProviders().AddMaterialIcons();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user