Esempio n. 1
0
 public ActionResult ApproveProperty(long propertyId)
 {
     PropertyManager.ApproveProperty(propertyId);
     return(RedirectToAction("Index"));
 }