Files
ZuneShell.dll/ZuneDBApi/Microsoft/Zune/Service/PointsPayment.cs
T

11 lines
160 B
C#

namespace Microsoft.Zune.Service
{
public class PointsPayment : PaymentInstrument
{
public PointsPayment()
: base(null, PaymentType.Points)
{
}
}
}