Add project files.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace ConstructorApp.DtoLayer.ReferenceDto
|
||||
{
|
||||
public class CreateReferenceDto
|
||||
{
|
||||
public string? LogoUrl { get; set; }
|
||||
public string? WebUrl { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user