mirror of
https://github.com/hmaxnl/SharpRSS.git
synced 2024-11-14 01:24:21 +01:00
7 lines
85 B
C#
7 lines
85 B
C#
|
namespace SharpRss.Interfaces
|
||
|
{
|
||
|
public interface IDbAccess
|
||
|
{
|
||
|
|
||
|
}
|
||
|
}
|