Rejection reason added to Document #32

Manually merged
Zonar merged 1 commits from rejectionReason into master 2020-08-17 18:03:29 +02:00

View File

@ -9,5 +9,6 @@ namespace InternshipSystem.Core
public byte[] Scan { get; set; } public byte[] Scan { get; set; }
public DocumentType Type { get; set; } public DocumentType Type { get; set; }
public DocumentState State { get; set; } public DocumentState State { get; set; }
public string RejectionReason { get; set; }
} }
} }