This commit is contained in:
masoodafar-web
2025-11-16 01:53:09 +03:30
parent 101df26097
commit 8f327158d5
5 changed files with 595 additions and 727 deletions

View File

@@ -1,5 +1,5 @@
using FluentValidation;
using FrontOfficeMicroservice.Protobuf.Protos.User;
using FrontOffice.BFF.User.Protobuf.Protos.User;
namespace FrontOfficeMicroservice.Protobuf.Validator.User;
public class AcceptContractRequestValidator : AbstractValidator<AcceptContractRequest>