Вроде все ошибки устранил. не запускал.
This commit is contained in:
@@ -16,8 +16,10 @@ namespace PARR.DAL
|
||||
);
|
||||
|
||||
services.AddTransient<IHostService, HostService>();
|
||||
//services.AddTransient<IUsersInLayersService, UsersInLayersService>();
|
||||
//services.AddTransient<IAreaService, AreaService>();
|
||||
services.AddTransient<IApplicationService, ApplicationService>();
|
||||
services.AddTransient<IApplicationTypeService, ApplicationTypeService>();
|
||||
services.AddTransient<IApplicationInHostService, ApplicationInHostService>();
|
||||
|
||||
//services.AddTransient<IAreasInLayerService, AreasInLayerService>();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user