Creating setting's endpoints
This commit is contained in:
8
PyroFetes/DTO/SettingDTO/Request/UpdateSettingDto.cs
Normal file
8
PyroFetes/DTO/SettingDTO/Request/UpdateSettingDto.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace PyroFetes.DTO.SettingDTO.Request;
|
||||
|
||||
public class UpdateSettingDto
|
||||
{
|
||||
public int Id { get; set; }
|
||||
public string? ElectronicSignature { get; set; }
|
||||
public string? Logo { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user