mirror of
https://github.com/esiur/esiur-dotnet.git
synced 2025-09-13 12:43:17 +00:00
Store
This commit is contained in:
@@ -303,7 +303,7 @@ public class MongoDBStore : IStore
|
||||
return this.Instance.Name + "/id/" + (string)resource.Instance.Variables["objectId"];
|
||||
}
|
||||
|
||||
public async AsyncReply<bool> Put(IResource resource)
|
||||
public async AsyncReply<bool> Put(IResource resource, string path)
|
||||
{
|
||||
try
|
||||
{
|
||||
|
Reference in New Issue
Block a user