Example #1
0
 public ActionResult <Contest> GetContestByID(Int32 idContest)
 {
     return(Ok(contestService.FindById(idContest)));
 }