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