コード例 #1
0
 public ActionResult GetDoc(string id)
 {
     return(File(_services.GetDoc(id)));
 }