From fdd76137e00243eebd79f364931c1c5253bd0694 Mon Sep 17 00:00:00 2001 From: Hadi Khazaee Asl Date: Wed, 1 Jul 2026 17:38:29 +0330 Subject: [PATCH] last ... --- Providers/Dtos/XSubCategoryResourceDto.cs | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/Providers/Dtos/XSubCategoryResourceDto.cs b/Providers/Dtos/XSubCategoryResourceDto.cs index 2ce230c..c9bcd63 100644 --- a/Providers/Dtos/XSubCategoryResourceDto.cs +++ b/Providers/Dtos/XSubCategoryResourceDto.cs @@ -6,8 +6,25 @@ namespace xCategoryService.Providers.Dtos { public class XSubCategoryResourceDto : XBaseDto { + /// + /// SubCategory Dto Item for Add or Update ... + /// public XSubCategoryDto Item { get; set; } + + /// + /// Exists SubCategory Titles ... + /// public XResourceDto Titles { get; set; } + + /// + /// Exists SubCategory Description ... + /// public XResourceDto Descriptions { get; set; } + + /// + /// Exists Category Resource Dto for Add or Update Category or + /// Related Categopry ... + /// + public XCategoryResourceDto Category { get; set; } } } \ No newline at end of file