Api/Netina.Api/Controllers
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
..
AuthController.cs faet : add version 0.26.30.51 , add navbaritem , fix : scheduler job issue 2024-04-28 22:10:54 +03:30
BlogCategoryController.cs fix (ControllerMethodsDescription) , fix(SlugExtension) 2024-08-16 18:27:54 +03:30
BlogController.cs Add MetaTags support and update project configurations 2024-12-11 00:25:26 +03:30
BrandController.cs fix (ControllerMethodsDescription) , fix(SlugExtension) 2024-08-16 18:27:54 +03:30
CommentController.cs change to comment 2024-09-25 17:08:35 +03:30
CustomerController.cs feat(MetaTags) , feat(ProductCategoryMetaTags) , VER 1.6.18.28 2024-10-25 14:36:19 +03:30
DashboardController.cs change to comment 2024-09-25 17:08:35 +03:30
DiscountController.cs fix (ControllerMethodsDescription) , fix(SlugExtension) 2024-08-16 18:27:54 +03:30
DistrictController.cs fix (ControllerMethodsDescription) , fix(SlugExtension) 2024-08-16 18:27:54 +03:30
FaqController.cs fix (ControllerMethodsDescription) , fix(SlugExtension) 2024-08-16 18:27:54 +03:30
FileController.cs fix (ControllerMethodsDescription) , fix(SlugExtension) 2024-08-16 18:27:54 +03:30
HealthController.cs fix (SiteMapWhiteSpace) VER 1.5.18.27 2024-10-04 20:36:14 +03:30
HomeController.cs faet : add version 0.26.30.51 , add navbaritem , fix : scheduler job issue 2024-04-28 22:10:54 +03:30
MarketerController.cs fix (ControllerMethodsDescription) , fix(SlugExtension) 2024-08-16 18:27:54 +03:30
NewsletterMemberController.cs fix (ControllerMethodsDescription) , fix(SlugExtension) 2024-08-16 18:27:54 +03:30
OrderBagController.cs fix (ControllerMethodsDescription) , fix(SlugExtension) 2024-08-16 18:27:54 +03:30
OrderController.cs Refactor and enhance product and order handling 2024-12-06 17:37:41 +03:30
PageController.cs Enhance page management and dialog functionality 2025-03-25 18:41:41 +03:30
PaymentController.cs fix (ControllerMethodsDescription) , fix(SlugExtension) 2024-08-16 18:27:54 +03:30
ProductCategoryController.cs fix (ControllerMethodsDescription) , fix(SlugExtension) 2024-08-16 18:27:54 +03:30
ProductController.cs change to comment 2024-09-25 17:08:35 +03:30
RoleController.cs fix (ControllerMethodsDescription) , fix(SlugExtension) 2024-08-16 18:27:54 +03:30
ScraperController.cs fix (ControllerMethodsDescription) , fix(SlugExtension) 2024-08-16 18:27:54 +03:30
SearchController.cs fix (ControllerMethodsDescription) , fix(SlugExtension) 2024-08-16 18:27:54 +03:30
SeedController.cs add auuthor 2024-09-11 19:59:27 +03:30
SettingController.cs fix (ControllerMethodsDescription) , fix(SlugExtension) 2024-08-16 18:27:54 +03:30
ShippingController.cs fix (ControllerMethodsDescription) , fix(SlugExtension) 2024-08-16 18:27:54 +03:30
UserAddressController.cs fix (ControllerMethodsDescription) , fix(SlugExtension) 2024-08-16 18:27:54 +03:30
UserController.cs fix (ControllerMethodsDescription) , fix(SlugExtension) 2024-08-16 18:27:54 +03:30
WebSiteController.cs feat(AddBanner) , feat(AddCatelog) , feat(AddPersonalizationPage) 2024-08-06 14:26:39 +03:30