BgEngine.Controllers.AlbumController.Index C# (CSharp) Method

Index() private method

private Index ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult
        public ActionResult Index()
        {
            return View(AlbumServices.FindAllEntities(null,null,null));
        }