Renamed image creators

This commit is contained in:
MaddoScientisto 2026-02-21 15:53:52 +01:00
commit c70ab9e5de
12 changed files with 50 additions and 50 deletions

View file

@ -15,8 +15,8 @@ using Microsoft.Extensions.Logging;
namespace MaddoShared
{
[SuppressMessage("Interoperability", "CA1416:Validate platform compatibility")]
public class ImageCreationStuff(
ILogger<ImageCreationStuff> logger,
public class ImageCreationService(
ILogger<ImageCreationService> logger,
PicSettings picSettings,
IImageCreator imageCreatorService)
{