Api/Netina.Core
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
..
Abstracts refactor(SearchService) , chore(BaseServices) , feat(SmsLookUpMethod) 2024-06-06 13:26:40 +03:30
BaseServices Enhance page management and dialog functionality 2025-03-25 18:41:41 +03:30
CoreServices fix files 2024-08-09 21:55:16 +03:30
EntityServices 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
QuartzServices fix (ControllerMethodsDescription) , fix(SlugExtension) 2024-08-16 18:27:54 +03:30
Utilities feat (scalarUi) , fix (search) 2024-05-28 10:46:18 +03:30
CoreConfig.cs fix(TaxesFee) , fix(InvoiceWaterMark) , VER 1.0.9.11 2024-07-01 21:08:32 +03:30
Netina.Core.csproj Add MetaTags support and update project configurations 2024-12-11 00:25:26 +03:30