예제 #1
0
 public JsonResult GetLeagueTypesForSearch(string Search)
 {
     return(Json(LeagueService.GetLeagueTypesForSearch(Search), JsonRequestBehavior.AllowGet));
 }