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 ...