6 lines
161 B
C#
6 lines
161 B
C#
namespace CompanyManagment.App.Contracts.PaymentToEmployee;
|
|
|
|
public class EditPaymentToEmployee : CreatePaymentToEmployee
|
|
{
|
|
public long Id { get; set; }
|
|
} |