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