mirror of
https://github.com/lempamo/Project-Unite.git
synced 2025-01-22 17:22:15 +00: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;
|
return Entries.FirstOrDefault(x => x.AuthorId == uid) != null;
|
||||||
}
|
}
|
||||||
|
|
||||||
public bool IsEnded
|
public bool IsEnded { get; set; }
|
||||||
{
|
|
||||||
get
|
|
||||||
{
|
|
||||||
return DateTime.Now >= EndsAt;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
public ContestEntry[] Entries
|
public ContestEntry[] Entries
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue