Skip to content

Commit 5e45397

Browse files
Update IProvider.cs
1 parent 10ad93d commit 5e45397

File tree

1 file changed

+2
-4
lines changed
  • Microsoft.SystemForCrossDomainIdentityManagement/Service

1 file changed

+2
-4
lines changed

Microsoft.SystemForCrossDomainIdentityManagement/Service/IProvider.cs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
//------------------------------------------------------------
2-
// Copyright (c) Microsoft Corporation. All rights reserved.
3-
//------------------------------------------------------------
1+
// Copyright (c) Microsoft Corporation.// Licensed under the MIT license.
42

53
namespace Microsoft.SCIM
64
{
@@ -30,4 +28,4 @@ public interface IProvider
3028
Task<Resource> RetrieveAsync(IRequest<IResourceRetrievalParameters> request);
3129
Task UpdateAsync(IRequest<IPatch> request);
3230
}
33-
}
31+
}

0 commit comments

Comments
 (0)