6 lines
160 B
C#
6 lines
160 B
C#
namespace CompanyManagment.App.Contracts.Representative;
|
|
|
|
public class EditRealRepresentative : CreateRealRepresentative
|
|
{
|
|
public long Id { get; set; }
|
|
} |