Click or drag to resize
QuarterlyEntryControllerCreateEntry Method
Creates the entry.

Namespace: RMP.Web.Controllers
Assembly: RMP.Web (in RMP.Web.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public ActionResult CreateEntry(
	CreateQuarterlyEntryForm row
)

Parameters

row
Type: RMP.Web.ModelsCreateQuarterlyEntryForm
The row.

Return Value

Type: ActionResult
ActionResult.
See Also