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