6 lines
161 B
C#
6 lines
161 B
C#
namespace CompanyManagment.App.Contracts.LeftWorkInsurance;
|
|
|
|
public class EditLeftWorkInsurance : CreateLeftWorkInsurance
|
|
{
|
|
public long Id { get; set; }
|
|
} |