Example #1
0
 // GET: Transport/Details/5
 public ActionResult Details(int id)
 {
     return(View(Tdao.GetTransport(id)));
 }