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

7 lines
165 B
C#

namespace CompanyManagment.App.Contracts.MasterPenaltyTitle;
public class EditMasterPenaltyTitle : CreateMasterPenaltyTitle
{
public long Id { get; set; }
}