vreksam/DAL/Interfaces/IFoorumDbContext.cs

8 lines
91 B
C#
Raw Normal View History

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