コード例 #1
0
 public ActionResult <ClusterModel> FindById([FromQuery] string id) => Clusters.FindById(id);