From 2df6b50be48aff2d22f04dcf4428109631f69a3a Mon Sep 17 00:00:00 2001 From: Mark Davis <311063+markdav-is@users.noreply.github.com> Date: Thu, 4 Sep 2025 16:10:22 -0700 Subject: [PATCH] Update instructions/oqtane.instructions.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- instructions/oqtane.instructions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/instructions/oqtane.instructions.md b/instructions/oqtane.instructions.md index f4722fd..83f353a 100644 --- a/instructions/oqtane.instructions.md +++ b/instructions/oqtane.instructions.md @@ -35,7 +35,7 @@ applyTo: '**/*.razor, **/*.razor.cs, **/*.razor.css' - For complex client processing like getting data, create a service class that inherits from ServiceBase and lives in the services folder. One service class for each module. - Client service should call server endpoint using ServiceBase methods - Server project contains MVC Controllers, one for each module that match the client service calls. Each controller will call server-side services or repositories managed by DI -- Servier projects use repository peterns for modules, one reposioty class per module to match the controllers. +- Server projects use repository patterns for modules, one repository class per module to match the controllers. ## Error Handling and Validation