Files
Backend-Api/CompanyManagment.App.Contracts/Representative/EditLegalRepresentative.cs

6 lines
162 B
C#

namespace CompanyManagment.App.Contracts.Representative;
public class EditLegalRepresentative : CreateLegalRepresentative
{
public long Id { get; set; }
}