Files
mixtape/zero/Models/ISupportsDbConventions.cs
T
2022-12-07 15:20:53 +01:00

6 lines
155 B
C#

namespace zero.Models;
/// <summary>
/// Triggers custom conventions for database operations
/// </summary>
public interface ISupportsDbConventions { }