2
0
mirror of https://github.com/esiur/esiur-dotnet.git synced 2026-06-13 14:38:43 +00:00
This commit is contained in:
2026-05-26 16:18:57 +03:00
parent e4a54ffbe8
commit a91fc7d262
29 changed files with 206 additions and 148 deletions
+2 -3
View File
@@ -67,9 +67,8 @@ public class MemoryStore : IStore
return new AsyncReply<bool>(true);
}
public AsyncReply<bool> Trigger(ResourceOperation trigger)
{
public AsyncReply<bool> Handle(ResourceOperation operation, IResourceContext context = null)
{
return new AsyncReply<bool>(true);
}