Ejemplo n.º 1
0
 //
 // GET: /Rainfall/Details/5
 public ActionResult Details(int?id)
 {
     return(View(RF.Find(id)));
 }