Beispiel #1
0
 public IHttpActionResult PastContests(int start, int limit)
 {
     return(Ok(contest_repository.GetPastContests(start, limit)));
 }