using Microsoft.EntityFrameworkCore; namespace DCGEngine.Database.Interfaces; /// /// Indicates a class should have a created and be tracked by the . /// public interface IDbTrackedEntity { }