Exemplo n.º 1
0
 //This method load list of club using GetClub method of repository
 public ActionResult Index()
 {
     return(View(crepo.GetClubs()));
 }