Class PaymentCreatedByModified
public class PaymentCreatedByModified : Change, IChange
- Inheritance
-
PaymentCreatedByModified
- Implements
- Inherited Members
- Extension Methods
Constructors
PaymentCreatedByModified(Guid, Guid)
public PaymentCreatedByModified(Guid payment, Guid createdBy)
Parameters
Properties
CreatedBy
public Guid CreatedBy { get; set; }
Property Value
Payment
public Guid Payment { get; set; }