All checks were successful
CI/CD Pipeline / Build and Deploy with Docker Compose (push) Successful in 9m29s
12 lines
158 B
C#
12 lines
158 B
C#
namespace Documents.Models
|
|
{
|
|
public enum DocumentType
|
|
{
|
|
Quote,
|
|
Invoice,
|
|
Order,
|
|
Remito,
|
|
Certificate
|
|
}
|
|
}
|