Files
2024-07-05 21:36:15 +03:30

6 lines
155 B
C#

namespace CompanyManagment.App.Contracts.TaxLeftWorkItem;
public class EditTaxLeftWorkItem : CreateTaxLeftWorkItem
{
public long Id { get; set; }
}