mirror of
https://github.com/esiur/esiur-dotnet.git
synced 2026-05-02 15:48:43 +00:00
Rename
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace Esiur.Data
|
||||
{
|
||||
public interface IUserType
|
||||
{
|
||||
object Get();
|
||||
void Set(object value);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user