You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: backend/src/Altinn.AccessManagement.UI/Altinn.AccessManagement.UI.Core/Services/Interfaces/ISystemUserAgentDelegationService.cs
Copy file name to clipboardExpand all lines: backend/src/Altinn.AccessManagement.UI/Altinn.AccessManagement.UI.Core/Services/SystemUserAgentDelegationService.cs
Copy file name to clipboardExpand all lines: backend/src/Altinn.AccessManagement.UI/Altinn.AccessManagement.UI.Tests/Controllers/SystemUserAgentDelegationControllerTest.cs
+9-3Lines changed: 9 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -44,11 +44,13 @@ public async Task GetRegnskapsforerCustomers_ReturnsCustomers()
Copy file name to clipboardExpand all lines: backend/src/Altinn.AccessManagement.UI/Altinn.AccessManagement.UI/Controllers/SystemUserAgentDelegationController.cs
+7-33Lines changed: 7 additions & 33 deletions
Original file line number
Diff line number
Diff line change
@@ -28,44 +28,18 @@ public SystemUserAgentDelegationController(ISystemUserAgentDelegationService sys
28
28
}
29
29
30
30
/// <summary>
31
-
/// Get all regnskapsforer customers for the party
31
+
/// Get all customers for the party
32
32
/// </summary>
33
-
/// <param name="partyUuid">Party user represents</param>
0 commit comments