diff --git a/SharpRss/Interfaces/IDbAccess.cs b/SharpRss/Interfaces/IDbAccess.cs new file mode 100644 index 0000000..64bae20 --- /dev/null +++ b/SharpRss/Interfaces/IDbAccess.cs @@ -0,0 +1,7 @@ +namespace SharpRss.Interfaces +{ + public interface IDbAccess + { + + } +} \ No newline at end of file diff --git a/SharpRss/SharpRss.csproj b/SharpRss/SharpRss.csproj index f57dac4..b19521c 100644 --- a/SharpRss/SharpRss.csproj +++ b/SharpRss/SharpRss.csproj @@ -14,8 +14,6 @@ - - diff --git a/WebSharpRSS/WebSharpRSS.csproj b/WebSharpRSS/WebSharpRSS.csproj index 419fa4c..b66b556 100644 --- a/WebSharpRSS/WebSharpRSS.csproj +++ b/WebSharpRSS/WebSharpRSS.csproj @@ -18,6 +18,7 @@ +