namespace ConstructorAppUI.Dtos.SliderDtos { public class CreateSliderDto { public string? Location { get; set; } public string? Sqm { get; set; } public string? PriceInfo { get; set; } public string? ImageUrl { get; set; } public IFormFile? ImageFile { get; set; } // Yüklenecek dosya } }