Rework
This commit is contained in:
6
SQLiteEF/IUpdateable.cs
Normal file
6
SQLiteEF/IUpdateable.cs
Normal file
@ -0,0 +1,6 @@
|
||||
namespace SQLiteEF;
|
||||
|
||||
public interface IUpdateable
|
||||
{
|
||||
public DateTime UpdatedAt { get; set; }
|
||||
}
|
Reference in New Issue
Block a user