Skip to content

Commit 506dbb0

Browse files
author
Bart Koelman
committed
fix cibuild
1 parent a1ebfe7 commit 506dbb0

File tree

1 file changed

+1
-0
lines changed
  • test/JsonApiDotNetCoreExampleTests/IntegrationTests/ResourceDefinitions/Serialization

1 file changed

+1
-0
lines changed

test/JsonApiDotNetCoreExampleTests/IntegrationTests/ResourceDefinitions/Serialization/IEncryptionService.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ namespace JsonApiDotNetCoreExampleTests.IntegrationTests.ResourceDefinitions.Ser
33
public interface IEncryptionService
44
{
55
string Encrypt(string value);
6+
67
string Decrypt(string value);
78
}
89
}

0 commit comments

Comments
 (0)