Skip to content

Commit e700ae0

Browse files
committed
Simpler overloads
1 parent 3445435 commit e700ae0

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Provider/src/FirebirdSql.Data.FirebirdClient/FirebirdClient/FbDatabaseInfo.cs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -363,10 +363,7 @@ public Task<List<string>> GetActiveUsersAsync(CancellationToken cancellationToke
363363

364364
#region Constructors
365365

366-
public FbDatabaseInfo()
367-
{ }
368-
369-
public FbDatabaseInfo(FbConnection connection)
366+
public FbDatabaseInfo(FbConnection connection = null)
370367
{
371368
Connection = connection;
372369
}

0 commit comments

Comments
 (0)