Add project files.
This commit is contained in:
10
ConstructorApp.DtoLayer/HomeBannerDto/ResultHomeBannerDto.cs
Normal file
10
ConstructorApp.DtoLayer/HomeBannerDto/ResultHomeBannerDto.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace ConstructorApp.DtoLayer.HomeBannerDto
|
||||
{
|
||||
public class ResultHomeBannerDto
|
||||
{
|
||||
public int HomeBannerID { get; set; }
|
||||
public string? Title { get; set; }
|
||||
public string? SubTitle { get; set; }
|
||||
public string? LogoUrl { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user