Example #1
0
 //
 // GET: /Replays/GetCount
 public JsonResult GetCount(string searchText)
 {
     return(Json(_replayService.GetReplaysCount(searchText), JsonRequestBehavior.AllowGet));
 }