示例#1
0
 public IActionResult Create(Destination destination)
 {
     Destination.AddDestination(destination);
     return(View());
 }