vreksam/DAL/Interfaces/IFoorumDbContext.cs
2017-06-12 12:16:58 +03:00

8 lines
84 B
C#

namespace DAL.Interfaces
{
interface IFoorumDbContext
{
}
}