8 lines
91 B
C#
8 lines
91 B
C#
namespace DAL.Interfaces
|
|
{
|
|
public interface IFoorumDbContext
|
|
{
|
|
|
|
}
|
|
}
|