mirror of
https://github.com/esiur/esiur-dotnet.git
synced 2026-07-31 01:40:42 +00:00
AES
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
using Esiur.Resource;
|
||||
|
||||
namespace Esiur.Tests.Unit.Integration;
|
||||
|
||||
[Resource]
|
||||
public partial class EncryptedEchoResource
|
||||
{
|
||||
[Export]
|
||||
public int Echo(int value) => value;
|
||||
}
|
||||
Reference in New Issue
Block a user