Exemplo n.º 1
0
 public ActionResult GetTeamLeaderForProvince(int Id)
 {
     return(Json(_helper.GetTeamLeaderForProvince(Id), JsonRequestBehavior.AllowGet));
 }