Files
Backend-Api/CompanyManagment.App.Contracts/EmployeeDocumentsAdminSelection/SearchEmployeeDocumentsAdminSelection.cs
2025-02-18 16:16:33 +03:30

8 lines
196 B
C#

namespace CompanyManagment.App.Contracts.EmployeeDocumentsAdminSelection
{
public class SearchEmployeeDocumentsAdminSelection
{
public string EmployeeName { get; set; }
}
}