that irked me...

This commit is contained in:
Michael 2017-05-21 07:47:24 -04:00
parent b6dd3e9ebd
commit 18a293c33d

View file

@ -52,13 +52,7 @@ public bool UserSubmitted(string uid)
return Entries.FirstOrDefault(x => x.AuthorId == uid) != null;
}
public bool IsEnded
{
get
{
return DateTime.Now >= EndsAt;
}
}
public bool IsEnded { get; set; }
public ContestEntry[] Entries
{