All checks were successful
CI/CD Pipeline / Build and Deploy with Docker Compose (push) Successful in 6m14s
8 lines
186 B
C#
8 lines
186 B
C#
namespace Domain.Dtos
|
|
{
|
|
public class QuoteCustomerDocumentDto
|
|
{
|
|
public string DocumentType { get; set; } = "";
|
|
public string Number { get; set; } = "";
|
|
}
|
|
} |