Add project files.
This commit is contained in:
11
ConstructorApp.DtoLayer/SliderDto/ResultSliderDto.cs
Normal file
11
ConstructorApp.DtoLayer/SliderDto/ResultSliderDto.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
namespace ConstructorApp.DtoLayer.SliderDto
|
||||
{
|
||||
public class ResultSliderDto
|
||||
{
|
||||
public int SliderID { get; set; }
|
||||
public string? Location { get; set; }
|
||||
public string? Sqm { get; set; }
|
||||
public string? PriceInfo { get; set; }
|
||||
public string? ImageUrl { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user