Browse Source

Merge pull request #385 from colinin/4.4.1

fix(repeated): delete unnecessary data filter
pull/396/head
yx lin 4 years ago
committed by GitHub
parent
commit
2a1c0a74d5
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      aspnet-core/modules/apigateway/LINGYUN.ApiGateway.Application/LINGYUN/ApiGateway/Ocelot/RouteGroupAppService.cs

1
aspnet-core/modules/apigateway/LINGYUN.ApiGateway.Application/LINGYUN/ApiGateway/Ocelot/RouteGroupAppService.cs

@ -10,7 +10,6 @@ namespace LINGYUN.ApiGateway.Ocelot
[Authorize(ApiGatewayPermissions.RouteGroup.Default)]
public class RouteGroupAppService : ApiGatewayApplicationServiceBase, IRouteGroupAppService
{
protected IDataFilter DataFilter => LazyServiceProvider.LazyGetRequiredService<IDataFilter>();
protected IRouteGroupRepository RouterRepository { get; }
public RouteGroupAppService(

Loading…
Cancel
Save