Rejection reason added to Document

This commit is contained in:
mborzyszkowski 2020-08-17 18:01:45 +02:00
parent 95c08da571
commit 48ec0e2439

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; }
}
}