Example #1
0
 public JsonResult GetUnboundUsers(int year)
 {
     return(Json(UnboundUsers.GetUnboundUsers(year)));
 }