18 lines
334 B
C#
18 lines
334 B
C#
namespace CompanyManagment.App.Contracts.EmployeeDocuments;
|
|
|
|
|
|
/// <summary>
|
|
/// برچسب مدارک
|
|
/// </summary>
|
|
public enum DocumentItemLabel
|
|
{
|
|
IdCardPage1,
|
|
IdCardPage2,
|
|
IdCardPage3,
|
|
IdCardPage4,
|
|
NationalCardFront,
|
|
NationalCardRear,
|
|
EducationalDegree,
|
|
MilitaryServiceCard,
|
|
EmployeePicture
|
|
} |