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