Click or drag to resize
AgencyControllerCreate Method (Agency, Int32)
Creates the specified row.

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

Parameters

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

Return Value

Type: ActionResult
ActionResult.
See Also