ActiveRecordIntegrationSample.Controllers.HomeController.Index C# (CSharp) Метод

Index() публичный Метод

public Index ( ) : void
Результат void
		public void Index()
		{
			PropertyBag["categories"] = Category.FindAll();
			PropertyBag["prodlicenses"] = ProductLicense.FindAll();
			PropertyBag["accounts"] = Account.FindAll();
			PropertyBag["accountpermissions"] = AccountPermission.FindAll();
		}
	}
HomeController