feat: Перенесены внешние сервисы в Infrastructure. Удалены лишние проекты.
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
using FluentValidation;
|
||||
using PARR.API.Contracts.V1.Requests;
|
||||
using PARR.BLL.Services.Interfaces;
|
||||
using PARR.DAL.Services.Interfaces;
|
||||
|
||||
namespace PARR.API.Validators
|
||||
@@ -12,8 +11,8 @@ namespace PARR.API.Validators
|
||||
private bool? isValid = null;
|
||||
|
||||
public WorkRequestValidator(
|
||||
ITnkService tnkService,
|
||||
ITemplateMaskValidator templateMaskValidator
|
||||
ITnkService tnkService
|
||||
//ITemplateMaskValidator templateMaskValidator
|
||||
)
|
||||
{
|
||||
this.tnkService = tnkService;
|
||||
|
||||
Reference in New Issue
Block a user