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