forked from sanchezvem/PyroFetes
7 lines
178 B
C#
7 lines
178 B
C#
namespace PyroFetes.DTO.Setting.Request;
|
|
|
|
public class PatchSettingElectronicSignatureDto
|
|
{
|
|
public int Id { get; set; }
|
|
public string? ElectronicSignature { get; set; }
|
|
} |