10 lines
190 B

2 years ago
namespace BBWYB.Client.Models
{
public class PurchasePlatformModel
{
public string ProductId { get; set; }
public Platform PurchasePlatform { get; set; }
}
}