SharpRSS/SharpRss/Core/IDbAccess.cs

9 lines
139 B
C#

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