Exemplo n.º 1
0
 public JsonResult GetUserById(int Id)
 {
     return(Json(MS.GetUserById(Id), JsonRequestBehavior.AllowGet));
 }