コード例 #1
0
 public ActionResult DeviceDetail(string Id)
 {
     return(View(subscriptionService.DeviceDetail(Id)));
 }