Add project files.
This commit is contained in:
15
TrackerLibrary/PrizeModel.cs
Normal file
15
TrackerLibrary/PrizeModel.cs
Normal file
@ -0,0 +1,15 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace TrackerLibrary
|
||||
{
|
||||
public class PrizeModel
|
||||
|
||||
{
|
||||
public int PlaceNumber { get; set; }
|
||||
public string PlaceName { get; set; }
|
||||
public decimal PrizeAmount { get; set; }
|
||||
public double PrizePercentage { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user