Esempio n. 1
0
 public ActionResult ClearProject()
 {
     ProjectManagementService.ClearProject(_currentProjectId);
     return(null);
 }