7 lines
165 B
C#
7 lines
165 B
C#
namespace CompanyManagment.App.Contracts.MasterPenaltyTitle;
|
|
|
|
public class EditMasterPenaltyTitle : CreateMasterPenaltyTitle
|
|
{
|
|
public long Id { get; set; }
|
|
|
|
} |