mirror of
				https://github.com/esiur/esiur-dotnet.git
				synced 2025-10-30 23:51:34 +00:00 
			
		
		
		
	Store
This commit is contained in:
		| @@ -31,7 +31,7 @@ public abstract class Store<T> : IStore where T : IResource | ||||
|     public abstract bool Modify(IResource resource, string propertyName, object value, ulong? age, DateTime? dateTime); | ||||
|  | ||||
|   | ||||
|     public abstract AsyncReply<bool> Put(IResource resource); | ||||
|     public abstract AsyncReply<bool> Put(IResource resource, string path); | ||||
|  | ||||
|     public abstract bool Record(IResource resource, string propertyName, object value, ulong? age, DateTime? dateTime); | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user