6 lines
117 B

namespace Znyc.Admin.Commons.IDbContext
{
public interface IPostgreSQLDbContext : IDbContextCore
{
}
}