6 lines
113 B

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