Esempio n. 1
0
 public ActionResult Login1()//this action method displays the view to the admin
 {
     l = Dbclass.gethotels1();
     return(View(l));
 }