mirror of
https://github.com/esiur/esiur-dotnet.git
synced 2026-01-27 01:20:39 +00:00
Store
This commit is contained in:
@@ -103,7 +103,7 @@ public class EntityStore : IStore
|
||||
}
|
||||
}
|
||||
|
||||
public AsyncReply<bool> Put(IResource resource)
|
||||
public AsyncReply<bool> Put(IResource resource, string path)
|
||||
{
|
||||
if (resource == this)
|
||||
return new AsyncReply<bool>(true);
|
||||
|
||||
Reference in New Issue
Block a user