コード例 #1
0
 // GET: Transport
 public ActionResult Index()
 {
     return(View(Cdao.GetAllConductors()));
 }