We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09dd895 commit b8db711Copy full SHA for b8db711
src/Ydb.Sdk/src/Ado/Session/ImplicitSession.cs
@@ -9,8 +9,8 @@ internal class ImplicitSession : ISession
9
10
public ImplicitSession(IDriver driver, ImplicitSessionSource source)
11
{
12
- Driver = driver ?? throw new ArgumentNullException(nameof(driver));
13
- _source = source ?? throw new ArgumentNullException(nameof(source));
+ Driver = driver;
+ _source = source;
14
}
15
16
public IDriver Driver { get; }
0 commit comments