Add project files.
This commit is contained in:
14
ConstructorAppUI/Dtos/FooterDtos/GetFooterDto.cs
Normal file
14
ConstructorAppUI/Dtos/FooterDtos/GetFooterDto.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
namespace ConstructorAppUI.Dtos.FooterDtos
|
||||
{
|
||||
public class GetFooterDto
|
||||
{
|
||||
public int FooterID { get; set; }
|
||||
public string? LogoUrl { get; set; }
|
||||
public string? Phone { get; set; }
|
||||
public string? Mail { get; set; }
|
||||
public string? Facebook { get; set; }
|
||||
public string? Instagram { get; set; }
|
||||
public string? Linkedin { get; set; }
|
||||
public string? Youtube { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user