Esempio n. 1
0
 public JsonResult GetDatabaseTypes()
 {
     return(Json(DatabaseTypeHelper.GetDatabseTypes(), JsonRequestBehavior.AllowGet));
 }