SharpRSS/SharpRss/Interfaces/IDbAccess.cs
2024-06-16 13:43:30 +02:00

7 lines
85 B
C#
Executable File

namespace SharpRss.Interfaces
{
public interface IDbAccess
{
}
}