Api/Netina.Domain/Dtos/LargDtos
Amir Hossein Khademi 5dc92f63e7 Enhance page management and dialog functionality
- `PageActionDialogBox.razor`: Add form fields and data grid
  Added fields for section title, button title, address, description, type, and query. Added button and data grid for sections.
- `PageActionDialogBox.razor.cs`: Add `InitializeAsync` method
  Added using directives, `InitializeAsync` method, `IsEditing` flag, and `PageId` property.
- `PagesManagementPage.razor`: Add edit button for pages
  Added edit button to trigger `EditPageAsync` method for each page.
- `PagesManagementPage.razor.cs`: Refactor for constructor injection
  Refactored to use constructor injection. Added `EditPageAsync` method and updated `RemovePageAsync` method.
- `IPageRestApi.cs`: Change return type of `ReadById` method
  Updated return type from `BasePageSDto` to `BasePageLDto`.

Changes made by Amir.H Khademi
2025-03-25 18:41:41 +03:30
..
BasePageLDto.cs Enhance page management and dialog functionality 2025-03-25 18:41:41 +03:30
BlogCategoryLDto.cs feat : add slug to blog and products , refactor domain project 2024-04-22 13:33:39 +03:30
BlogLDto.cs Add MetaTags support and update project configurations 2024-12-11 00:25:26 +03:30
BrandLDto.cs Add MetaTags support and update project configurations 2024-12-11 00:25:26 +03:30
CommentLDto.cs change to comment 2024-09-25 17:08:35 +03:30
DiscountLDto.cs feat : add slug to blog and products , refactor domain project 2024-04-22 13:33:39 +03:30
OrderLDto.cs Refactor and enhance product and order handling 2024-12-06 17:37:41 +03:30
ProductCategoryLDto.cs feat(MetaTags) , feat(ProductCategoryMetaTags) , VER 1.6.18.28 2024-10-25 14:36:19 +03:30
ProductLDto.cs Refactor and enhance product and order handling 2024-12-06 17:37:41 +03:30