Fetching "Stocks per group and person" implemented , Portfolioowner on Stockpage
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
using BrowserHelper.Driver;
|
||||
using BrowserHelper.Extensions;
|
||||
using Microsoft.Extensions.DependencyInjection;
|
||||
using SqliteBackups;
|
||||
using SqliteBackups.Interfaces;
|
||||
@ -20,6 +21,7 @@ namespace StockInfoCore
|
||||
{
|
||||
public static IServiceCollection AddDIInfo(this IServiceCollection services)
|
||||
{
|
||||
services.UseWebDriverInitializer();
|
||||
services.AddTransient<IBackupRepository, BackupRepository>();
|
||||
services.AddTransient<IBackupRoutines, BackupRoutines>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user