Files
mixtape/zero.Core/Persistence/ISupportsDbConventions.cs
T

6 lines
166 B
C#
Raw Normal View History

2021-11-20 13:52:28 +01:00
namespace zero.Persistence;
2021-11-19 14:59:24 +01:00
/// <summary>
/// Triggers custom Raven conventions for database operations
/// </summary>
2021-12-02 13:43:04 +01:00
public interface ISupportsDbConventions { }