Skip to content

Commit 7d2868a

Browse files
authoredJul 28, 2022
feat(oss):remove oss (#167)
1 parent dda7e0f commit 7d2868a

File tree

4 files changed

+1
-45
lines changed

4 files changed

+1
-45
lines changed
 

‎src/BasicAbility/Masa.Contrib.BasicAbility.Auth/AuthClient.cs

-3
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ public AuthClient(ICallerProvider callerProvider, IMultiEnvironmentUserContext u
1212
TeamService = new TeamService(callerProvider, userContext);
1313
ProjectService = new ProjectService(callerProvider, userContext);
1414
PermissionService = new PermissionService(callerProvider, userContext);
15-
OssService = new OssService(callerProvider);
1615
}
1716

1817
public IUserService UserService { get; }
@@ -24,7 +23,5 @@ public AuthClient(ICallerProvider callerProvider, IMultiEnvironmentUserContext u
2423
public IPermissionService PermissionService { get; }
2524

2625
public IProjectService ProjectService { get; }
27-
28-
public IOssService OssService { get; }
2926
}
3027

‎src/BasicAbility/Masa.Contrib.BasicAbility.Auth/Service/OssService.cs

-20
This file was deleted.

‎test/Masa.Contrib.BasicAbility.Auth.Tests/SsoServiceTest.cs

-21
This file was deleted.

0 commit comments

Comments
 (0)