Updates
This commit is contained in:
11
DCGEngine.Database/Interfaces/IDbTrackedEntity.cs
Normal file
11
DCGEngine.Database/Interfaces/IDbTrackedEntity.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
|
||||
namespace DCGEngine.Database.Interfaces;
|
||||
|
||||
/// <summary>
|
||||
/// Indicates a class should have a <see cref="DbSet{TEntity}"/> created and be tracked by the <see cref="DbContext"/>.
|
||||
/// </summary>
|
||||
public interface IDbTrackedEntity
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user