Rejection reason added to Document #32

Manually merged
Zonar merged 1 commits from rejectionReason into master 2020-08-17 18:03:29 +02:00
Showing only changes of commit 48ec0e2439 - Show all commits

View File

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