Add project files.
This commit is contained in:
9
ConstructorAppUI/Dtos/ReferenceDtos/GetReferenceDto.cs
Normal file
9
ConstructorAppUI/Dtos/ReferenceDtos/GetReferenceDto.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace ConstructorAppUI.Dtos.ReferenceDtos
|
||||
{
|
||||
public class GetReferenceDto
|
||||
{
|
||||
public int ReferenceID { get; set; }
|
||||
public string? LogoUrl { get; set; }
|
||||
public string? WebUrl { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user