Example #1
0
 public IHttpActionResult UnfinishedContests()
 {
     return(Ok(contest_repository.GetUnfinishedContests()));
 }