forked from sanchezvem/pyrofetes-backend
6 lines
122 B
C#
6 lines
122 B
C#
namespace PyroFetes.DTO.SettingDTO.Request;
|
|
|
|
public class PatchSettingLogoDto
|
|
{
|
|
public IFormFile? Logo { get; set; }
|
|
} |