Beispiel #1
0
        public JsonResult GetbyID(int?id)
        {
            var organization = organizationManager.GetByID(id);


            return(Json(organization, JsonRequestBehavior.AllowGet));
        }