mirror of
https://github.com/esiur/esiur-dotnet.git
synced 2025-06-26 21:13:13 +00:00
Fix
This commit is contained in:
@ -299,6 +299,9 @@ namespace Esiur.Stores.MongoDB
|
||||
|
||||
public bool Put(IResource resource)
|
||||
{
|
||||
if (resource == this)
|
||||
return true;
|
||||
|
||||
PutResource(resource).Wait();
|
||||
|
||||
return true;
|
||||
|
Reference in New Issue
Block a user