6 lines
166 B
C#
6 lines
166 B
C#
namespace CompanyManagment.App.Contracts.EmployeeBankInformation;
|
|
|
|
public class EditEmployeeInformation:CreateEmployeeInformation
|
|
{
|
|
public long Id { get; set; }
|
|
} |