SharpRSS/SharpRss/Core/IDbAccess.cs
2023-07-16 20:10:02 +02:00

14 lines
187 B
C#

namespace SharpRss.Core
{
public struct DbState
{
}
// Interface for implementing the database endpoints.
public interface IDbAccess
{
}
}