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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
1 deletions
-
aspnet-core/modules/apigateway/LINGYUN.ApiGateway.Application/LINGYUN/ApiGateway/Ocelot/RouteGroupAppService.cs
|
|
@ -10,7 +10,6 @@ namespace LINGYUN.ApiGateway.Ocelot |
|
|
[Authorize(ApiGatewayPermissions.RouteGroup.Default)] |
|
|
[Authorize(ApiGatewayPermissions.RouteGroup.Default)] |
|
|
public class RouteGroupAppService : ApiGatewayApplicationServiceBase, IRouteGroupAppService |
|
|
public class RouteGroupAppService : ApiGatewayApplicationServiceBase, IRouteGroupAppService |
|
|
{ |
|
|
{ |
|
|
protected IDataFilter DataFilter => LazyServiceProvider.LazyGetRequiredService<IDataFilter>(); |
|
|
|
|
|
protected IRouteGroupRepository RouterRepository { get; } |
|
|
protected IRouteGroupRepository RouterRepository { get; } |
|
|
|
|
|
|
|
|
public RouteGroupAppService( |
|
|
public RouteGroupAppService( |
|
|
|