6 lines
138 B
C#
6 lines
138 B
C#
namespace CompanyManagment.App.Contracts.YearlySalaryTitles;
|
|
|
|
public class EditTitle : CreateTitle
|
|
{
|
|
public long Id { get; set; }
|
|
} |