Created Woodpecker CI/CD deployment
- Created Dockerfile for packing up API and Web projects as Docker image
This commit is contained in:
9
API/YABA.Common/DTOs/WebsiteMetaDataDTO.cs
Normal file
9
API/YABA.Common/DTOs/WebsiteMetaDataDTO.cs
Normal file
@ -0,0 +1,9 @@
|
||||
|
||||
namespace YABA.Common.DTOs
|
||||
{
|
||||
public class WebsiteMetaDataDTO
|
||||
{
|
||||
public string? Title { get; set; }
|
||||
public string? Description { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user