Fetching "Stocks per group and person" implemented , Portfolioowner on Stockpage

This commit is contained in:
2022-02-02 20:09:43 +01:00
parent 6e7091416d
commit b776847980
16 changed files with 106 additions and 25 deletions

View File

@ -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>();