refact + owner required for a circle

This commit is contained in:
Paul Schneider 2019-08-05 02:22:11 +02:00
commit fbf7f5c73d
262 changed files with 3053 additions and 2 deletions

View file

@ -1,12 +0,0 @@
using System;
namespace Yavsc
{
public interface IBaseTrackedEntity
{
DateTime DateCreated { get; set; }
string UserCreated { get; set; }
DateTime DateModified { get; set; }
string UserModified { get; set; }
}
}