9 lines
256 B
C#
9 lines
256 B
C#
using System.Collections.Generic;
|
|
using CompanyManagment.App.Contracts.TaxLeftWorkItem;
|
|
|
|
namespace CompanyManagment.App.Contracts.TaxLeftWorkCategory;
|
|
|
|
public class EditTaxLeftWorkCategory : CreateTaxLeftWorkCategory
|
|
{
|
|
public long Id { get; set; }
|
|
} |