init
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
namespace DTS.Storage
|
||||
{
|
||||
|
||||
public abstract class Settings
|
||||
{
|
||||
public const string Table = "tblSettings";
|
||||
public enum UserFields
|
||||
{
|
||||
PropertyId,
|
||||
PropertyType,
|
||||
PropertyValue,
|
||||
UserId
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user