refact + owner required for a circle
This commit is contained in:
parent
b7dfffc15d
commit
fbf7f5c73d
262 changed files with 3053 additions and 2 deletions
12
src/Yavsc.Abstract/Interfaces/IBaseTrackedEntity.cs
Normal file
12
src/Yavsc.Abstract/Interfaces/IBaseTrackedEntity.cs
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
using System;
|
||||
|
||||
namespace Yavsc
|
||||
{
|
||||
public interface IBaseTrackedEntity
|
||||
{
|
||||
DateTime DateCreated { get; set; }
|
||||
string UserCreated { get; set; }
|
||||
DateTime DateModified { get; set; }
|
||||
string UserModified { get; set; }
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue