From ba7bfaabc530efd23e327fb3eb61ca72027384d1 Mon Sep 17 00:00:00 2001 From: Michael Date: Sun, 21 May 2017 09:53:59 -0400 Subject: disqualification --- Project-Unite/Models/ContestModels.cs | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'Project-Unite/Models') diff --git a/Project-Unite/Models/ContestModels.cs b/Project-Unite/Models/ContestModels.cs index ef2cf85..9316d14 100644 --- a/Project-Unite/Models/ContestModels.cs +++ b/Project-Unite/Models/ContestModels.cs @@ -65,6 +65,14 @@ namespace Project_Unite.Models } + public class DisqualifySubmissionViewModel + { + public string Entry { get; set; } + + [Required(AllowEmptyStrings =false, ErrorMessage ="You must provide a reason.")] + public string Reason { get; set; } + } + public class ContestEntry { public string Id { get; set; } -- cgit v1.2.3