Interface IAuditable
Namespace: Common.Contracts
Assembly: Common.dll
public interface IAuditable
Properties
CreatedAt
Represents the System.DateTimeOffset when the entity was created.
DateTimeOffset CreatedAt { get; set; }
Property Value
UpdatedAt
Represents the System.DateTimeOffset when the entity was last updated.
DateTimeOffset UpdatedAt { get; set; }
Property Value
Last modified: 21 May 2024