Add project files.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace ConstructorAppUI.Dtos.ProjectGalleryDtos
|
||||
{
|
||||
public class ResultProjectGalleryDto
|
||||
{
|
||||
public int ProjectGalleryID { get; set; }
|
||||
public string? ImageUrl { get; set; }
|
||||
public int ProjectID { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user