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

RemoveConfirm() public method

public RemoveConfirm ( [ pl ) : void
pl [
return void
		public void RemoveConfirm([ARFetch("id", false, true)] ProductLicense pl)
		{
			PropertyBag.Add("pl", pl);
		}