ActiveRecordIntegrationSample.Controllers.ProductLicenseController.NewWithAccounts C# (CSharp) Method

NewWithAccounts() public method

public NewWithAccounts ( ) : void
return void
		public void NewWithAccounts()
		{
			PropertyBag.Add("pl", new ProductLicense());
			PropertyBag.Add("accounts", Account.FindAll());
		}