Add project files.
This commit is contained in:
13
ConstructorAppUI/Dtos/ContactUsDtos/ResultContactUsDto.cs
Normal file
13
ConstructorAppUI/Dtos/ContactUsDtos/ResultContactUsDto.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
namespace ConstructorAppUI.Dtos.ContactUsDtos
|
||||
{
|
||||
public class ResultContactUsDto
|
||||
{
|
||||
public int ContactusID { get; set; }
|
||||
public DateTime Date { get; set; } = DateTime.Now;
|
||||
public string? NameSurname { get; set; }
|
||||
public string? Mail { get; set; }
|
||||
public string? Phone { get; set; }
|
||||
public string? MessageContent { get; set; }
|
||||
public bool Status { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user