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:
		| @@ -2,11 +2,10 @@ | ||||
| using System.Collections.Generic; | ||||
| using System.Text; | ||||
|  | ||||
| namespace Esiur.Data | ||||
| namespace Esiur.Data; | ||||
| public interface IUserType | ||||
| { | ||||
|     public interface IUserType | ||||
|     { | ||||
|         object Get(); | ||||
|         void Set(object value); | ||||
|     } | ||||
|     object Get(); | ||||
|     void Set(object value); | ||||
| } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user