6 lines
162 B
C#
6 lines
162 B
C#
namespace CompanyManagment.App.Contracts.Representative;
|
|
|
|
public class EditLegalRepresentative : CreateLegalRepresentative
|
|
{
|
|
public long Id { get; set; }
|
|
} |