This commit is contained in:
Paul Schneider 2024-12-14 20:21:41 +00:00
commit fdf5ee915e
67 changed files with 48812 additions and 37055 deletions

View file

@ -8,7 +8,7 @@ namespace Yavsc.Models.Payment {
using Relationship;
using Yavsc.Attributes.Validation;
public class PayPalPayment : IBaseTrackedEntity
public class PayPalPayment : ITrackedEntity
{
[YaRequired,Key]
public string CreationToken { get; set; }