Results site in .NET Core

This commit is contained in:
Elton Stoneman
2018-09-26 10:29:39 +01:00
parent 879e5bc477
commit 985af62bb1
14 changed files with 165 additions and 42 deletions

View File

@ -7,9 +7,5 @@
public int OptionB { get; set; }
public int VoteCount { get; set; }
public double OptionAPercent { get; set; }
public double OptionBPercent { get; set; }
}
}