Example #1
0
 public JsonResult PromoteAll()
 {
     _sceneMappingProvider.PromoteAll();
     return(Json("Ok", JsonRequestBehavior.AllowGet));
 }