add support for Provider Base Controller and also resolve some refactoring issues ...

This commit is contained in:
2025-12-09 03:11:48 +03:30
parent 7e174fc14a
commit cb8e95dcea
5 changed files with 288 additions and 149 deletions
+4 -1
View File
@@ -17,7 +17,10 @@ using xTagService.Models.Entities;
namespace xTagService.Controllers
{
public class XTagServiceControllerBase : XIBaseProviderController, IXTagServiceControllerActions
/// <summary>
/// a Controller base Class which implement based Actions to Provides Tag Provider Access ...
/// </summary>
public abstract class XTagServiceControllerBase : XIBaseProviderController, IXTagServiceControllerActions
{
//
#region Props ...