Exemplo n.º 1
0
 // GET: Gasten
 public ActionResult Index()
 {
     return(View(db.GetAllGasten()));
 }