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