コード例 #1
0
 public IActionResult GetById(int id)
 {
     return(Json(factory.GetById(id)));
 }