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

This commit is contained in:
Aaron Po
2026-06-20 15:13:02 -04:00
parent 2e5d4923c0
commit 4772f59a68
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();
}
}