feat: Из dal перенесены все модели в Domain. Из dal переименованы service в repository, вынесены в Core.
This commit is contained in:
@@ -15,7 +15,7 @@ using PARR.API.Controllers.V1.Base;
|
||||
using PARR.API.Services.Interfaces;
|
||||
using PARR.API.Settings;
|
||||
using PARR.Core.Common.Interfaces;
|
||||
using PARR.DAL.Services.Interfaces;
|
||||
using PARR.Core.Repositories.Interfaces;
|
||||
using PARR.Domain.Common.Roles;
|
||||
using PARR.Domain.Enums;
|
||||
using PARR.Domain.Settings;
|
||||
@@ -33,7 +33,7 @@ namespace PARR.API.Controllers.V1.Statistics
|
||||
private readonly InfluxDbSettings influxDbSettings;
|
||||
private readonly MonitoringSettings monitoringSettings;
|
||||
private readonly IClientService clientService;
|
||||
private readonly IUserService userService;
|
||||
private readonly IUserRepository userService;
|
||||
private readonly IMapper mapper;
|
||||
|
||||
public StatRobotStateController(
|
||||
@@ -42,7 +42,7 @@ namespace PARR.API.Controllers.V1.Statistics
|
||||
InfluxDbSettings influxDbSettings,
|
||||
MonitoringSettings monitoringSettings,
|
||||
IClientService clientService,
|
||||
IUserService userService,
|
||||
IUserRepository userService,
|
||||
IMapper mapper
|
||||
)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user