9 lines
200 B
C#
9 lines
200 B
C#
namespace CompanyManagment.App.Contracts.Employer;
|
|
|
|
public class EditLegalEmployer: CreateLegalEmployer
|
|
{
|
|
/// <summary>
|
|
/// آیدی کارفرما
|
|
/// </summary>
|
|
public long Id { get; set; }
|
|
} |