forked from sanchezvem/PyroFetes
Creating all setting Dto
This commit is contained in:
8
PyroFetes/DTO/Setting/Response/GetSettingDto.cs
Normal file
8
PyroFetes/DTO/Setting/Response/GetSettingDto.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace PyroFetes.DTO.Setting.Response;
|
||||
|
||||
public class GetSettingDto
|
||||
{
|
||||
public int Id { get; set; }
|
||||
public string? ElectronicSignature { get; set; }
|
||||
public string? Logo { get; set; }
|
||||
}
|
Reference in New Issue
Block a user