From fb78043b96d42b87b264e3fe9e1dd89b8ca1615a Mon Sep 17 00:00:00 2001 From: Hadi Khazaee Asl Date: Thu, 6 Nov 2025 03:50:16 +0330 Subject: [PATCH] last ... --- Controller/XWebinarServiceControllerBase.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Controller/XWebinarServiceControllerBase.cs b/Controller/XWebinarServiceControllerBase.cs index 4ae3ed5..7f2534f 100644 --- a/Controller/XWebinarServiceControllerBase.cs +++ b/Controller/XWebinarServiceControllerBase.cs @@ -17,7 +17,7 @@ namespace xWebinarService.Controller /// /// a Controller base Class which implement based Actions to Provides Webinar Provider Access ... /// - public class XWebinarServiceControllerBase : XIBaseProviderController, IXWebinarServiceControllerActions + public abstract class XWebinarServiceControllerBase : XIBaseProviderController, IXWebinarServiceControllerActions { // #region Props ...