OlgunR ab1f73f987 Implement InsertAsync with stored procedure in CatalogRepository
Replaced the InsertAsync placeholder with a full implementation that inserts a new VwmyCatalog using the dbo.PRTBMY_CATALOG_INSERT stored procedure. The method sets up SQL parameters, handles the output GUID, and retrieves the inserted catalog from the view. Exceptions are thrown if the insert fails or the catalog cannot be loaded.
2026-01-16 11:42:38 +01:00
2026-01-12 09:13:23 +01:00
2026-01-12 09:13:23 +01:00
Description
No description provided
Readme 424 KiB
Languages
C# 47.1%
HTML 38.3%
CSS 14%
TSQL 0.6%