This commit is contained in:
2026-05-22 20:22:53 +03:30
parent 576ef22d6f
commit 362851e12e
6 changed files with 17 additions and 9 deletions
+2
View File
@@ -1,5 +1,6 @@
using System;
using System.Linq;
using Microsoft.AspNetCore.Authorization;
using Microsoft.EntityFrameworkCore.Query;
using Microsoft.Extensions.Logging;
using xCommons.Configurations;
@@ -12,6 +13,7 @@ using xServices.Models.Entities;
namespace xServices.Controllers
{
[AllowAnonymous]
public class XTestServiceController : XBaseServiceController<XTest, XTestDto, Guid>, IXBaseServiceController<XTest, XTestDto, Guid>
{
public XTestServiceController(