Click or drag to resize
AgencyControllerEdit Method (Int32, Agency, Int32)
Edits the specified identifier.

Namespace: RMP.Web.Controllers
Assembly: RMP.Web (in RMP.Web.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public ActionResult Edit(
	int id,
	Agency row,
	int[] AgencyXServiceArea
)

Parameters

id
Type: SystemInt32
The identifier.
row
Type: Agency
The row.
AgencyXServiceArea
Type: SystemInt32
The agency x service area.

Return Value

Type: ActionResult
ActionResult.
See Also