9 lines
174 B
C#
9 lines
174 B
C#
|
|
namespace CompanyManagment.App.Contracts.EmployeeDocuments
|
|
{
|
|
public class SubmitEmployeeDocuments
|
|
{
|
|
public long EmployeeDocumentsId { get; set; }
|
|
}
|
|
}
|