remove user consent services

This commit is contained in:
Sergio Matias Urquin
2025-05-12 21:54:02 -06:00
parent 7d760b589e
commit f6595ed1df
4 changed files with 1 additions and 93 deletions

View File

@@ -52,12 +52,6 @@ namespace Core.Cerberos.External.Clients
[Delete("/v1/User/" + Routes.RemoveProject)]
Task<UserAdapter> RemoveProjectToUserAsync([FromRoute] string userId, [FromRoute] string projectId, CancellationToken cancellationToken = default);
[Get("/v1/User/GetConsentFormPDF")]
Task<BlobDownloadUriAdapter> GetConsentFormPDFAsync(CancellationToken cancellationToken = default);
[Patch("/v1/User/AcceptUserConsentForm")]
Task<UserAdapter> AcceptUserConsentFormAsync(CancellationToken cancellationToken = default);
[Get("/v1/Role")]
Task<IEnumerable<RoleAdapter>> GetAllRolesAsync(CancellationToken cancellationToken = default);