Refactor all code
This commit is contained in:
@@ -3,5 +3,5 @@ namespace PyroFetes.DTO.SettingDTO.Request;
|
||||
public class PatchSettingLogoDto
|
||||
{
|
||||
public int Id { get; set; }
|
||||
public string? Logo { get; set; }
|
||||
public IFormFile? Logo { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user