6 lines
147 B
C#
6 lines
147 B
C#
namespace CompanyManagment.App.Contracts.PenaltyTitle;
|
|
|
|
public class EditPenaltyTitle : CreatePenaltyTitle {
|
|
public long Id { get; set; }
|
|
|
|
} |