예제 #1
0
 public ActionResult CargaMesaSimple(string mesa)
 {
     return(View(Mesa.FindFirst(Restrictions.Eq("Numero", mesa))));
 }