12 lines
285 B
C#
12 lines
285 B
C#
namespace CompanyManagment.App.Contracts.ClassificationScheme;
|
|
|
|
/// <summary>
|
|
/// ویرایش طرح
|
|
/// </summary>
|
|
public class EditClassificationScheme : CreateClassificationScheme
|
|
{
|
|
/// <summary>
|
|
/// آی دی طرح
|
|
/// </summary>
|
|
public long Id { get; set; }
|
|
} |