This commit is contained in:
masoodafar-web
2025-11-20 00:40:28 +03:30
parent 8a9cabf7f1
commit 7840f3b463
9 changed files with 409 additions and 197 deletions
@@ -1,5 +1,6 @@
using FluentValidation;
using CMSMicroservice.Protobuf.Protos.Category;
namespace CMSMicroservice.Protobuf.Validator.Category;
public class CreateNewCategoryRequestValidator : AbstractValidator<CreateNewCategoryRequest>