SharpRSS/SharpRss/Core/IDbAccess.cs

9 lines
139 B
C#
Raw Normal View History

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