6 lines
97 B
C#
6 lines
97 B
C#
namespace SQLiteEF;
|
|
|
|
public interface IUpdateable
|
|
{
|
|
public DateTime UpdatedAt { get; set; }
|
|
} |