Exemple #1
0
 public ActionResult Cocktails()
 {
     return(View(cRepo.List()));
 }