コード例 #1
0
 public ActionResult <Show> GetOneShow(string id)
 {
     return(_showService.GetOneShow(id));
 }