8 lines
155 B
C#
8 lines
155 B
C#
namespace PARR.Domain.Entities.Base
|
|
{
|
|
public interface IBaseEntityDateCreated
|
|
{
|
|
public DateTimeOffset DateCreated { get; set; }
|
|
}
|
|
}
|