Initial Commit ...
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
using System;
|
||||
|
||||
namespace xModels.Interfaces {
|
||||
/// <summary>
|
||||
/// Some times we need to wrap Entities by some logs or audits ...
|
||||
/// this class provide Audit fields for an Auditable Entity ...
|
||||
/// </summary>
|
||||
public interface IXAuditable {
|
||||
string UserAgent { get; }
|
||||
string UserIp { get; }
|
||||
DateTime TransactionTime { get; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user