ActiveRecordIntegrationSample.Controllers.HomeController.Index C# (CSharp) Méthode

Index() public méthode

public Index ( ) : void
Résultat void
		public void Index()
		{
			PropertyBag["categories"] = Category.FindAll();
			PropertyBag["prodlicenses"] = ProductLicense.FindAll();
			PropertyBag["accounts"] = Account.FindAll();
			PropertyBag["accountpermissions"] = AccountPermission.FindAll();
		}
	}
HomeController