chore: Remove obsolete Domain enums (DocumentOperationType, ProcessingStatus)
- These enums were part of initial scaffolding but never used - Domain layer cleanup - removing unused code
This commit is contained in:
@@ -1,10 +0,0 @@
|
|||||||
namespace DocumentOperator.Domain.Models.Enums;
|
|
||||||
|
|
||||||
public enum DocumentOperationType
|
|
||||||
{
|
|
||||||
Validate,
|
|
||||||
ExtractAttachments,
|
|
||||||
Concatenate,
|
|
||||||
ApplyStamp,
|
|
||||||
EmbedCertificate
|
|
||||||
}
|
|
||||||
@@ -1,9 +0,0 @@
|
|||||||
namespace DocumentOperator.Domain.Models.Enums;
|
|
||||||
|
|
||||||
public enum ProcessingStatus
|
|
||||||
{
|
|
||||||
Pending,
|
|
||||||
Processing,
|
|
||||||
Success,
|
|
||||||
Failed
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user