vreksam/DAL/Interfaces/IFoorumDbContext.cs

8 lines
84 B
C#
Raw Normal View History

2017-06-12 12:16:58 +03:00
namespace DAL.Interfaces
{
interface IFoorumDbContext
{
}
}