Esempio n. 1
0
 public JsonResult DeleteNavigation(int id)
 {
     return(Json(_clientNavigationService.DeleteNavigation(id)));
 }