C# Class GetSkills.Controllers.TeamProfileController

Inheritance: Controller
Show file Open project: YsqEvilmax/761_VEL

Public Methods

Method Description
Create ( ) : System.Web.Mvc.ActionResult
Index ( ) : System.Web.Mvc.ActionResult

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
Create ( GetSkills.Models.ProfileIndexViewModel editView ) : Task
Delete ( int id ) : Task
DeleteConfirmed ( int id ) : Task
Details ( int id ) : System.Web.Mvc.ActionResult
Edit ( GetSkills.Models.ProfileIndexViewModel editView ) : Task
Edit ( int id ) : Task
List ( ) : System.Web.Mvc.ActionResult

Method Details

Create() public method

public Create ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

Index() public method

public Index ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult