This commit is contained in:
2025-11-06 03:50:16 +03:30
parent fca31967e7
commit fb78043b96
+1 -1
View File
@@ -17,7 +17,7 @@ namespace xWebinarService.Controller
/// <summary> /// <summary>
/// a Controller base Class which implement based Actions to Provides Webinar Provider Access ... /// a Controller base Class which implement based Actions to Provides Webinar Provider Access ...
/// </summary> /// </summary>
public class XWebinarServiceControllerBase : XIBaseProviderController, IXWebinarServiceControllerActions public abstract class XWebinarServiceControllerBase : XIBaseProviderController, IXWebinarServiceControllerActions
{ {
// //
#region Props ... #region Props ...