This commit is contained in:
2017-06-12 12:16:58 +03:00
parent 75f29241c0
commit 897e456e42
13 changed files with 268 additions and 17 deletions

View File

@@ -0,0 +1,7 @@
namespace DAL.Interfaces
{
interface IFoorumDbContext
{
}
}