mirror of
				https://github.com/esiur/esiur-dotnet.git
				synced 2025-10-30 23:51:34 +00:00 
			
		
		
		
	Store
This commit is contained in:
		| @@ -40,7 +40,7 @@ public class TemporaryStore : IStore | ||||
|         return new AsyncReply<IResource>(null); | ||||
|     } | ||||
|  | ||||
|     public AsyncReply<bool> Put(IResource resource) | ||||
|     public AsyncReply<bool> Put(IResource resource, string path) | ||||
|     { | ||||
|         resources.Add(resource.Instance.Id, new WeakReference(resource)); | ||||
|         return new AsyncReply<bool>(true); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user