Syncer АИХ ИТ
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
using Microsoft.Extensions.Configuration;
|
||||
using Microsoft.Extensions.DependencyInjection;
|
||||
using PARR.DAL.Context;
|
||||
using PARR.DAL.Services.Implementations;
|
||||
using PARR.DAL.Services.Interfaces;
|
||||
|
||||
namespace PARR.DAL
|
||||
{
|
||||
@@ -13,7 +15,7 @@ namespace PARR.DAL
|
||||
opt.UseNpgsql(configuration.GetConnectionString("DefaultConnection"))
|
||||
);
|
||||
|
||||
//services.AddTransient<ILayerService, LayerService>();
|
||||
services.AddTransient<IHostService, HostService>();
|
||||
//services.AddTransient<IUsersInLayersService, UsersInLayersService>();
|
||||
//services.AddTransient<IAreaService, AreaService>();
|
||||
//services.AddTransient<IAreasInLayerService, AreasInLayerService>();
|
||||
|
||||
Reference in New Issue
Block a user