forked from sanchezvem/pyrofetes-backend
Fixed error with setting during conversion of base64
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
Reference in New Issue
Block a user