Format ./web/backend/Infrastructure/Infrastructure.Sql

This commit is contained in:
Aaron Po
2026-06-20 15:13:02 -04:00
parent e5d08c9ec8
commit 39b5d5bf1d
5 changed files with 21 additions and 35 deletions

View File

@@ -12,4 +12,4 @@ public interface ISqlConnectionFactory
/// </summary>
/// <returns>A new <see cref="DbConnection" /> instance.</returns>
DbConnection CreateConnection();
}
}