Fixed error with setting during conversion of base64

This commit is contained in:
2026-05-25 15:42:23 +01:00
parent d46fa606b7
commit c0ac9f7a65
8 changed files with 10 additions and 102 deletions
@@ -2,6 +2,5 @@ namespace PyroFetes.DTO.SettingDTO.Request;
public class PatchSettingElectronicSignatureDto
{
public int Id { get; set; }
public IFormFile? ElectronicSignature { get; set; }
}
@@ -2,6 +2,5 @@ namespace PyroFetes.DTO.SettingDTO.Request;
public class PatchSettingLogoDto
{
public int Id { get; set; }
public IFormFile? Logo { get; set; }
}