예제 #1
0
 public ActionResult GetDatabases()
 {
     return(ScsJson(_sitecoreDataAccessSerivce.GetAllDatabases().Where(x => x.Name != "core" && x.Name != "filesystem").ToDictionary(x => x.Name, x => x.Name == "master")));
 }