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)
Syntaxpublic ActionResult Create()
Public Function Create As ActionResult
Return Value
Type:
ActionResultView of new employee
Examples
GET: Employee/Create
See Also