Add project files.
This commit is contained in:
14
ConstructorAppUI/Dtos/TestimonialDtos/GetTestimonialDto.cs
Normal file
14
ConstructorAppUI/Dtos/TestimonialDtos/GetTestimonialDto.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using ConstructorApp.EntityLayer.Entities;
|
||||
|
||||
namespace ConstructorAppUI.Dtos.TestimonialDtos
|
||||
{
|
||||
public class GetTestimonialDto
|
||||
{
|
||||
public int TestimonialID { get; set; }
|
||||
public string? Name { get; set; }
|
||||
public string? Title { get; set; }
|
||||
public string? Comment { get; set; }
|
||||
public string? ImageUrl { get; set; }
|
||||
public TestimonialStatus Status { get; set; } // Durum enum'u kullanılıyor
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user