Méthode | Description | |
---|---|---|
ClosePlan ( int id ) : System.Web.Mvc.ActionResult | ||
Create ( ) : System.Web.Mvc.ActionResult | ||
Edit ( int id ) : System.Web.Mvc.ActionResult | ||
Index ( int id ) : System.Web.Mvc.ActionResult | ||
PlanController ( IPlanService hrdPlanService, IUserAccountService userAccountService, ICommonService commonService, INeedAssessmentService needAssessmentService, IHRDService hrdService ) : System | ||
Plan_Read ( [ request, int id ) : System.Web.Mvc.ActionResult |
Méthode | Description | |
---|---|---|
Create ( |
||
Edit ( |
||
GetPlan ( IEnumerable |
public ClosePlan ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
Résultat | System.Web.Mvc.ActionResult |
public Create ( ) : System.Web.Mvc.ActionResult | ||
Résultat | System.Web.Mvc.ActionResult |
public Edit ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
Résultat | System.Web.Mvc.ActionResult |
public Index ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
Résultat | System.Web.Mvc.ActionResult |
public PlanController ( IPlanService hrdPlanService, IUserAccountService userAccountService, ICommonService commonService, INeedAssessmentService needAssessmentService, IHRDService hrdService ) : System | ||
hrdPlanService | IPlanService | |
userAccountService | IUserAccountService | |
commonService | ICommonService | |
needAssessmentService | INeedAssessmentService | |
hrdService | IHRDService | |
Résultat | System |
public Plan_Read ( [ request, int id ) : System.Web.Mvc.ActionResult | ||
request | [ | |
id | int | |
Résultat | System.Web.Mvc.ActionResult |