Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

Commit

Permalink
Update Utils/Images.cs documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
migueltc13 committed Jan 24, 2024
1 parent c3ce529 commit 5aa0be1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion BetterFinds/Utils/Images.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,17 @@ namespace BetterFinds.Utils
/// <summary>
/// Provides utility functions for handling images-related operations.
/// </summary>
/// <param name="configuration">The IConfiguration instance.</param>}
public class Images
{
/// <summary>
/// The IConfiguration instance.
/// </summary>
private readonly IConfiguration configuration;

/// <summary>
/// Initializes a new instance of the <see cref="Images"/> class.
/// </summary>
/// <param name="configuration">The IConfiguration instance.</param>
public Images(IConfiguration configuration) =>
this.configuration = configuration;

Expand Down

0 comments on commit 5aa0be1

Please sign in to comment.