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

RemoveConfirm() public method

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