SharpRSS/SharpRss/Core/IDbAccess.cs

14 lines
187 B
C#
Raw Normal View History

namespace SharpRss.Core
{
2023-07-16 20:10:02 +02:00
public struct DbState
{
}
// Interface for implementing the database endpoints.
public interface IDbAccess
{
}
}