mirror of
https://github.com/lempamo/Project-Unite.git
synced 2025-01-22 03:11:48 -05:00
that irked me...
This commit is contained in:
parent
b6dd3e9ebd
commit
18a293c33d
1 changed files with 1 additions and 7 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue