Skip to content

Commit

Permalink
Update comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
hikalkan committed Jan 6, 2017
1 parent 9b465c6 commit 154a065
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -75,7 +75,7 @@ protected AbpZeroDbContext(string nameOrConnectionString)
}

/// <summary>
/// This constructor can be used for unit tests.
/// This constructor can be used for unit tests or passing an existing connection to dbcontext.
/// </summary>
protected AbpZeroDbContext(DbConnection dbConnection, bool contextOwnsConnection)
: base(dbConnection, contextOwnsConnection)
Expand Down

0 comments on commit 154a065

Please sign in to comment.