Esempio n. 1
0
 public IActionResult SystemToStarList(string id)
 {
     return(View(nameof(ListStar), systemLogic.GetStar(id)));
 }