Mineplex2018-withcommit/Website/LOC.Core/Tokens/Client/DonationBenefitToken.cs

9 lines
193 B
C#
Raw Normal View History

2013-08-27 17:14:08 +02:00
namespace LOC.Core.Tokens.Client
{
public class DonationBenefitToken
{
public string AccountName { get; set; }
public int BenefitSalesPackageId { get; set; }
}
}