Files
oqtane.framework/Oqtane.Application/Server/wwwroot/Modules/Templates/Internal/Client
Leigh Pointer 0dc9382215 Move I[Module]Service to Shared/Interfaces
Extract the I[Module]Service interface out of Client/Services/[Module]Service.cs and add it as a new shared interface file at Internal/Shared/Interfaces/I[Module]Service.cs. The inline interface definition was removed from [Module]Service.cs so the service class now implements the shared contract, centralizing the interface for reuse across components.
2026-01-30 17:59:29 +01:00
..