Click or drag to resize

EmployeeControllerCreate Method

Create a new employee

Namespace:  Velo.Web.Controllers
Assembly:  Velo.Web (in Velo.Web.dll) Version: 22.2.10.1 (22.2.10.450)
Syntax
public ActionResult Create()

Return Value

Type: ActionResult
View of new employee
Examples
GET: Employee/Create
See Also