vreksam/DAL/Interfaces/IFoorumDbContext.cs

8 lines
91 B
C#

namespace DAL.Interfaces
{
public interface IFoorumDbContext
{
}
}