mirror of
				https://github.com/esiur/esiur-dotnet.git
				synced 2025-10-31 07:51:36 +00:00 
			
		
		
		
	.Net 6 Upgrade
This commit is contained in:
		| @@ -29,12 +29,11 @@ using Esiur.Data; | ||||
| using Esiur.Resource; | ||||
| using Esiur.Resource.Template; | ||||
|  | ||||
| namespace Esiur.Net.IIP | ||||
| { | ||||
|     public abstract class EntryPoint : Esiur.Resource.Resource | ||||
|     { | ||||
| namespace Esiur.Net.IIP; | ||||
|  | ||||
|         public abstract AsyncReply<IResource[]> Query(string path, DistributedConnection sender); | ||||
|         protected abstract override bool Create(); | ||||
|     } | ||||
| public abstract class EntryPoint : Esiur.Resource.Resource | ||||
| { | ||||
|  | ||||
|     public abstract AsyncReply<IResource[]> Query(string path, DistributedConnection sender); | ||||
|     protected abstract override bool Create(); | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user