From 3347ced736740605ffabe27e4a910f23518f9db7 Mon Sep 17 00:00:00 2001 From: Hadi Khazaee Asl Date: Thu, 6 Nov 2025 03:50:27 +0330 Subject: [PATCH] last ... --- Controller/XStringServiceControllerBase.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Controller/XStringServiceControllerBase.cs b/Controller/XStringServiceControllerBase.cs index 9589fe3..90f348c 100644 --- a/Controller/XStringServiceControllerBase.cs +++ b/Controller/XStringServiceControllerBase.cs @@ -12,9 +12,9 @@ using xModels.Dtos; using xStringService.Interfaces; using xStringService.Models.Dtos; -namespace xStringService.Controller +namespace xStringService.Controllerppa { - public class XStringServiceControllerBase : XIBaseProviderController, IXStringServiceControllerActions + public abstract class XStringServiceControllerBase : XIBaseProviderController, IXStringServiceControllerActions { // #region Props ...