Files
2025-01-20 17:31:03 +03:30

6 lines
166 B
C#

namespace CompanyManagment.App.Contracts.EmployeeBankInformation;
public class EditEmployeeInformation:CreateEmployeeInformation
{
public long Id { get; set; }
}