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

@@ -29,4 +29,4 @@ public abstract class Repository<T>(ISqlConnectionFactory connectionFactory)
/// <param name="reader">The data reader positioned on the row to map.</param>
/// <returns>The mapped entity instance.</returns>
protected abstract T MapToEntity(DbDataReader reader);
}
}