last ...
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user