Api/Netina.Domain
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
..
CommandQueries Add support for brand-based discounts 2025-03-23 09:40:55 +03:30
DocumentEntities CHANGE PROJECT NAME TO " NETINA " 2024-04-16 20:01:34 +03:30
Dtos Enhance page management and dialog functionality 2025-03-25 18:41:41 +03:30
Entities Update page handling, dependencies, and UI components 2025-03-23 11:04:45 +03:30
Enums Add support for brand-based discounts 2025-03-23 09:40:55 +03:30
Extensions feat(FaqInActions) , feat(FaqManagementPage) , feat(FaqController) 2024-08-07 16:15:53 +03:30
Mappers Add MetaTags support and update project configurations 2024-12-11 00:25:26 +03:30
MartenEntities Update page handling, dependencies, and UI components 2025-03-23 11:04:45 +03:30
Models Add MetaTags support and update project configurations 2024-12-11 00:25:26 +03:30
DomainConfig.cs CHANGE PROJECT NAME TO " NETINA " 2024-04-16 20:01:34 +03:30
FodyWeavers.xml CHANGE PROJECT NAME TO " NETINA " 2024-04-16 20:01:34 +03:30
MapsterRegister.cs Refactor and enhance product and order handling 2024-12-06 17:37:41 +03:30
Netina.Domain.csproj Update page handling, dependencies, and UI components 2025-03-23 11:04:45 +03:30