Created Model Base Class
Created the base class for all models and started on attributes
This commit is contained in:
11
Articulate/Attributes/Column.cs
Normal file
11
Articulate/Attributes/Column.cs
Normal file
@ -0,0 +1,11 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace Articulate.Attributes
|
||||
{
|
||||
public class Column : Attribute
|
||||
{
|
||||
public string Type { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user